A Python implementation of the JSON5 data format.
Project description
A Python implementation of the JSON5 data format.
JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language:
JavaScript-style comments (both single and multi-line) are legal.
Object keys may be unquoted if they are legal JavaScript field names.
Objects and arrays may end with trailing commas.
Strings can be single-quoted, and multi-line string literals are allowed.
There are a few other more minor extensions to JSON; see the above page for the full details.
This project implements a reader and writer implementation for Python; where possible, it mirrors the standard Python JSON API for ease of use.
This is an early release. It is not well-tested, and has not been tuned for performance.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for json5-0.1.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 171677778cff371134da07a745456bdda6119b02227bbcfe32aafa4a23cf3369 |
|
MD5 | 2565ae67da90db699dbdc22e8e8646c3 |
|
BLAKE2b-256 | c7d14146e053050c1ffc624ede7d126081cf23fea3d380be6a7441438bea639d |