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.0.2.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for json_parser-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90090c0b120cc198481588ef23a7c4a747980519f15aaea2b9e9423aa9d38f9c |
|
MD5 | 9044cee7f5478e6569fa31d80a79fc79 |
|
BLAKE2b-256 | 2eae8aeadc33f94852fdf840edf642cc8a81459f7fb9012688015d5a4dfb3cb4 |