display_structure

Function display_structure 

Source
pub fn display_structure(json: &Value)
Expand description

Displays the structure of JSON, printing each key and nested value with indentation.

ยงArguments

  • json - The JSON object to display.