Files
ArduinoJson/extras/fuzzing/json_seed_corpus/Strings.json
2019-09-03 15:11:05 +02:00

8 lines
92 B
JSON

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