humphrey_json 0.2.2

A JSON library for the Humphrey ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "William Henderson",
  "favouriteNumber": 1.414,
  "languages": [
    "Rust",
    "TypeScript",
    1.234E3,
    false,
    {
      "name": "Python",
      "version": 3.6
    }
  ],
  "weaknesses": [],
  "funnyName": {},
  "online": true,
  "life": null
}