philote/test/valid/valid_stringly.json
2016-08-30 14:14:14 +02:00

15 lines
251 B
JSON

{
"required": "foobar",
"choice": "c",
"al": "baz",
"string": "string",
"list": "1,2,3,4",
"bool": "True",
"int": "1",
"float": "1.0",
"dict": "{\"a\":1, \"b\":2}",
"path": "/tmp/asdf",
"raw": "raw",
"jsonarg": "{\"a\": 4}",
"ra": "ra"
}