mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
JSON is a lightweight data-interchange format. It's often used for
|
|
exchanging data between a web server and user agent. This module
|
|
aims to produce a library for serializing and deserializing JSON
|
|
that conforms strictly to RFC 4627.
|
|
|
|
This package contains the python-2.x version of the module.
|