json-spanned-value 0.2.2

Track the origin of your json values for better error reporting!
Documentation
1
2
3
4
5
6
7
8
{
    "null": null,
    "string": "string",
    "number": 123,
    "array": [1, 2, 3],
    "object": { "key": "value" },
    "value": "asdf"
}