json-literal 1.1.0

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

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"
}
}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.