Skip to main content

JSON for Humans in Python.

Project description

PyPI

JSON for Humans.

JSON is great. Until you miss that trailing comma... or want to use comments. What about multiline strings? JSONH provides a much more elegant way to write JSON that's designed for humans rather than machines.

Since JSONH is compatible with JSON, any JSONH syntax can be represented with equivalent JSON.

JsonhPy

JsonhPy is a parser implementation of JSONH V1 & V2 for Python 3.

Example

{
    // use #, // or /**/ comments
    
    // quotes are optional
    keys: without quotes,

    // commas are optional
    isn\'t: {
        that: cool? # yes
    }

    // use multiline strings
    haiku: '''
        Let me die in spring
          beneath the cherry blossoms
            while the moon is full.
        '''
    
    // compatible with JSON5
    key: 0xDEADCAFE

    // or use JSON
    "old school": 1337
}

Usage

Everything you need is contained within JsonhReader:

from JsonhPy.JsonhPy import *

jsonh: str = """
{
    this is: awesome
}
"""
json: str = JsonhReader.parse_element_from_string(jsonh).value()

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

jsonhpy-1.5.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jsonhpy-1.5-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file jsonhpy-1.5.tar.gz.

File metadata

  • Download URL: jsonhpy-1.5.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for jsonhpy-1.5.tar.gz
Algorithm Hash digest
SHA256 3c55f2a17a2d116caf74e15d075c06728616c49703e5f314a07950593863670c
MD5 076f8fc4fdb246c35e12ad5d3b012a23
BLAKE2b-256 ae01e1ea623c9f2c2278a678d9f66bd154ce1f1a3d710afaa6610d90c4734657

See more details on using hashes here.

File details

Details for the file jsonhpy-1.5-py3-none-any.whl.

File metadata

  • Download URL: jsonhpy-1.5-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for jsonhpy-1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 65e374fbb827436b0142f21182a942c3a1c5d605a87514028ddc8ee7fa5baa82
MD5 93a1b560448a6af10042cd37c30c47b3
BLAKE2b-256 380e50834bcb257ed58e256af3fe3a0305e21fe236d231e2d3c87d30e42852a8

See more details on using hashes here.

Supported by

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