A JSON parser written in Python.
Project description
json_parser
An efficient JSON parser written in Python.
Installation
Install it via pip:
pip install json-parser
Usage
import json_parser
data = json_parser.parse('{"value": 42}')
print(data['value']) # 42
Testing
Clone the app and run the following:
pip install -e .
pytest
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.1.1.tar.gz
(7.7 kB
view hashes)
Built Distribution
Close
Hashes for json_parser-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dbeadbb8d4f890df732e4a5129361f3f40f2912db4ec30d7ccf7304a4ee8caf |
|
MD5 | 6b80b38724b8936fb55204bf233992d0 |
|
BLAKE2b-256 | 7ca29daf789ee29d363e0d73acaae530e1de01b3e80bcdbfcb4182b8a0379f06 |