pub fn node_value(input: &str) -> IResult<&str, NodeValue<'_>>
NodeValue = NodeArray / NodeObject / Number / NodeKeyword / NodeStringValue