cjson 0.1.2

Canonical JSON serializer
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "-0": 0,
    "-1": -1,
    "0.1": 1.0E-1,
    "1": 1,
    "10.1": 1.01E1,
    "emoji": "😃",
    "escape": "\u001B",
    "whitespace": " \t\n\r"
}