Py-demjson

Jul 20, 2023

Encoder, Decoder and Lint/Validator for JSON

py-demjson provides classes and functions for encoding or decoding data represented in the language-neutral JSON format which is often used as a simpler substitute for XML in Ajax web applications. This implementation tries to be as compliant to the JSON specification RFC 4627 as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript’s NaN and Infinity numeric types as well as it’s ‘undefined’ type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard.



Checkout these related ports:
  • Zziplib - Library to provide transparent read access to zipped files
  • Zydis - Fast and lightweight x86/x86-64 disassembler library
  • Zycore-c - Support library with platform independent types, macros, etc for Zydis
  • Zthread - Platform-independent object-oriented C++ threading library
  • Zookeeper - Coordination Service for Distributed Applications
  • Zls - Zig LSP implementation + Zig Language Server
  • Zfp - High throughput library for compressed floating-point arrays
  • Zeal - Offline documentation browser
  • Zapcc - C++ caching compiler based on clang
  • Zanata-platform - Web-based translation platform
  • Zanata-cli - Zanata Java command line client
  • Z88dk - Complete Z80/Z180 development kit
  • Z80ex - ZiLOG Z80 CPU emulator library
  • Z80asm - Assembler for the Z80 microprocessor
  • Z80-asm - Z80 assembly code assembler and disassembler