Skip to main content

jsonyx module

Project description

jsonyx

pytest docs

jsonyx is a robust JSON encoder and decoder for Python 3.10+. It is written in pure Python with an optional C extension for better performance and no dependencies

Key Features:

  • Dedicated functions for reading and writing files
  • Detailed error messages:
      File "C:\Users\wanne\Downloads\broken.json", line 2, column 15-19
         "path": "c:\users"
                      ^^^^
    jsonyx._decoder.JSONSyntaxError: Expecting 4 hex digits
    
  • Optionally supports these JSON deviations:
    {
        /* Block */ // and line comments
        "Decimal numbers": [1.0000000000000001, 1e400],
        "Duplicate keys": {"key": "value 1", "key": "value 2"},
        "Missing comma's": [1 2 3],
        "NaN and infinity": [NaN, Infinity, -Infinity],
        "Trailing comma": [0,],
        "Surrogates": "\ud800"
    }
    

The latest documentation for jsonyx is available online at: https://jsonyx.readthedocs.io/en/stable/usage.html

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

jsonyx-1.2.1.tar.gz (41.8 kB view hashes)

Uploaded Source

Built Distribution

jsonyx-1.2.1-cp312-cp312-win_amd64.whl (62.2 kB view hashes)

Uploaded CPython 3.12 Windows x86-64

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