e0f78997fe
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.
4 lines
233 B
Text
4 lines
233 B
Text
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.
|