A JSON parser written in Python.
Project description
json_parser
An efficient JSON parser written in Python.
usage
import json_parser
json_object = json_parser.parse('{"value": 42}')
print(json_object['value']) # 42
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
json_parser-1.0.0.tar.gz
(5.9 kB
view hashes)
Built Distribution
Close
Hashes for json_parser-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b98604c6d78a69d8c157db3b44f5526aa68107aab94abd595f1fefeadf57e6ea |
|
MD5 | d95f95b8f6c988d3b86fbad63dcec769 |
|
BLAKE2b-256 | 28ad8808712ba92087a515a97a6b4cc4b4cfcdee98d957a97bad60eec868d811 |