pdf-icon

JSON

API

JSON is a lightweight data interaction format that facilitates data transfer and reading.

dumps to json Encoding python objects into JSON format

loads json Decoding JSON strings into python objects

Usage

Build dictionary to JSON format

On This Page