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.1.tar.gz
(6.0 kB
view hashes)
Built Distribution
Close
Hashes for json_parser-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bde63a8576c49f9389915596fa7a3603b88d0a367fdf8879a86549a4bf4271bb |
|
MD5 | 48ecae10adabe864b6fa1d28750b8e32 |
|
BLAKE2b-256 | 687ec437a8051ecefe26eb6e9d05ed5213af1f8cb1c39d53f6f3a3be8ba0e150 |