./textproc/py-demjson3, Encoder, decoder, and lint/validator for JSON compliant with RFC 7159

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.6, Package name: py310-demjson3-3.0.6, Maintainer: pkgsrc-users

demjson3 is a Python language module for encoding, decoding, and
syntax-checking JSON data. It works under Python 3.

It comes with a jsonlint script which can be used to validate your JSON
documents for strict conformance to the JSON specification, and to detect
potential data portability issues. It can also reformat or pretty-print JSON
documents; either by re-indenting or removing unnecessary whitespace.


Master sites:

Filesize: 128.396 KB

Version history: (Expand)


CVS history: (Expand)


   2022-10-26 15:25:20 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
py-demjson3: added version 3.0.6

demjson3 is a Python language module for encoding, decoding, and
syntax-checking JSON data. It works under Python 3.

It comes with a jsonlint script which can be used to validate your JSON
documents for strict conformance to the JSON specification, and to detect
potential data portability issues. It can also reformat or pretty-print JSON
documents; either by re-indenting or removing unnecessary whitespace.