Skip to content

nikogio/Flattener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

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

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages