pub fn node_array(input: &str) -> IResult<&str, Vec<NodeValue<'_>>>
NodeArray = "[" [WS] *(NodeValue [WS]) "]"