Skip to main content

A wrapper to JSON parsers allowing comments and multi line strings

Project description

A wrapper to JSON parsers allowing comments and multi line strings


Dependencies

Python 2.7, 3.3

Optional

ujson 1.30+


Description

This package allows to parse JSON files or strings with comments and multi line strings.


Comments

  • # and ; are for single line comments

  • /* and */ enclose multi line comments

Inline comments are not supported


Multi line strings

Any string can be multi line, even object keys.

  • Multi strings start and end with """, like in python

  • The preprocessor merges all lines to a single standard string

  • No edge space or new line is kept. To hard code new lines in the string, use \\\n

Notes

JSON Comment works with any JSON parser which supports “load” and “loads”, by adding a preprocessor to these calls.


Usage

Install

python setup.py install

Examples

Added in the examples directory


Contact

Dando Real ITA @ Steam Profile

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

jsoncomment-0.1.2.zip (7.5 kB view hashes)

Uploaded Source

Built Distributions

jsoncomment-0.1.2.win-amd64.exe (230.7 kB view hashes)

Uploaded Source

jsoncomment-0.1.2.win32.exe (204.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page