Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The JSON Flattener


Welcome to the JSON flattener

The program takes a JSON object as input and outputs a flattened version of the JSON object, with keys as the path to every terminal value in the JSON structure.

To use it:
  • Make sure you have Python 3.9.13 or later installed

  • Clone the repository

  • Open the project in your IDE

  • in folder 'scripts' find flattener.py

  • execute with command

    Python3 PATH_TO_FILE/flattener.py
    

    Tests
  • Tests are present in the folder 'tests'

  • execute with command

    Python3 -m unittest PATH_TO_FILE/test_file.py
    

  • About

    Py Json flattener with tests

    Resources

    Stars

    0 stars

    Watchers

    0 watching

    Forks

    Releases

    Packages

    Contributors

    Languages