mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
7 lines
280 B
Text
7 lines
280 B
Text
py-json is a lightweight data-interchange format.
|
|
It is 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.
|
|
|
|
WWW: https://pypi.python.org/pypi/jsonlib
|