include_json 0.1.2

Parse JSON file at compile time and embed as serde_json::Value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "null": null,
    "true": true,
    "false": false,
    "posint": 10,
    "negint": -10,
    "float": 10.0,
    "string": "...",
    "emptyarray": [],
    "array": [1, 2, 3],
    "emptyobject": {}
}