jsonservice

A simple and easy to use JSON service for Python.


Keywords
json, jsonserializer, package, pip, python
License
MIT
Install
pip install jsonservice==1.0.0

Documentation

JSON Service for Python

Makes it easy to read and write JSON files in Python. It supports complex nested data structures and is very easy to use.

Installation

pip install jsonservice

Usage

from jsonservice import JSONService