Files
ArduinoJson/fuzzing/json_seed_corpus/Strings.json
2018-06-07 10:36:57 +02:00

8 lines
92 B
JSON

[
"hello",
'hello',
hello,
{"hello":"world"},
{'hello':'world'},
{hello:world}
]