InstallationΒΆ

Installation is very simple :

$ pip install py-importjson

There is no further configuration or setup required - by default the library can now be used in your python application.

To start using the importjson library in your python code - simply import the library before you try to import your json file

>>> import importjson

You can now import json files - as described in Getting Started, and Details

Once imported (and before you import json files) there are some configurations you can change to change how the imports work - see 1. Module Configuration for more details. These configurations are optional.