Path to this page:
./
textproc/py-demjson3,
Encoder, decoder, and lint/validator for JSON compliant with RFC 7159
Branch: CURRENT,
Version: 3.0.6,
Package name: py310-demjson3-3.0.6,
Maintainer: pkgsrc-usersdemjson3 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)
- (2022-10-26) Package added to pkgsrc.se, version py310-demjson3-3.0.6 (created)
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.
|