A modular approach to parsing JSON.
openjson is a Python package that provides functionality for parsing JSON with a modular inplementation. You can pass a dictionary to be stringified, serialized, or exported into JSON. The dictionary can contain any structure of intrinsic types including dictionaries, arrays, strings, integers and floats.
- From terminal:
pip install openjson
- From python environment:
from openjson import <submodule>
where<submodule>
is one from the following:
stringify
serialize
deserialize
parse
- JSON Stringify
- JSON Serialize
- JSON Deserialize
- JSON Parse
openjson was created and is currently maintained by Jordan Welsman.
openjson_ is developed and distributed under the MIT
license.
Note See
LICENSE
for more details.