ucg/integration_tests/include_example.json
Jeremy Wall 38e418a1d6 FIX: Integration tests for the json and yaml mapping.
Fixed bug in the yaml key deserialization logic.
2019-02-19 15:28:31 -06:00

11 lines
134 B
JSON

{
"foo": "bar",
"one": 1,
"inner": {
"list": [
1,
true,
null
]
}
}