Skip to main content

json_nodes_text

Function json_nodes_text 

Source
fn json_nodes_text(nodes: &[&Value]) -> Option<String>
Expand description

Text for a JSONPath selection: one scalar → its text, one container → its JSON, several nodes → a JSON array; nothing → None.