Last updated:
0 purchases
jsonliteral 1.1.0
Use JSON literal on Python code
By importing this package in wildcard, JSON data can be handled directly in Python code.
Install
pip install json-literal
Usage
from json_literal import *
data = {
"a": 1,
"b": true,
"c": false,
"d": null,
"e": [1,2,3],
"f": {
"g": "h"
}
}
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.