Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 459 Bytes

JSON Utils

JSON Generator

  • Can generate random json with pre-defined nesting level and array dimensionality
  • Can generate random json from pre-defined json objects by randomizing the field values
Demo :: python scripts/demo_json_generator.py

JSON Analyzer

  • Can analyze all paths to json fields in a json objects
  • Can compare two given json objects for similarity in their signature
Demo :: python scripts/demo_json_analyzer.py