pub fn node_keyword(input: &str) -> IResult<&str, Keyword>
NodeKeyword = %s"true" / %s"false" / %s"null"