mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
This is a implementation of the JSON specification according to RFC
|
|
4627. You can think of it as a low fat alternative to XML, if you
|
|
want to store data to disk or transmit it over a network rather than
|
|
use a verbose markup language.
|
|
|
|
And this pacakge contains utilities for handling JSON data.
|