fn json_nodes_text(nodes: &[&Value]) -> Option<String>
Text for a JSONPath selection: one scalar → its text, one container → its JSON, several nodes → a JSON array; nothing → None.
None