canon-json 0.2.1

serde_json Formatter to serialize as RFC 8785 canonical JSON
Documentation
1
2
3
4
5
6
7
8
{
  "1": {"f": {"f": "hi","F": 5} ,"\n": 56.0},
  "10": { },
  "": "empty",
  "a": { },
  "111": [ {"e": "yes","E": "no" } ],
  "A": { }
}