diff options
Diffstat (limited to 'testing/resources/duplicate_key_json.notjson')
-rw-r--r-- | testing/resources/duplicate_key_json.notjson | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/resources/duplicate_key_json.notjson b/testing/resources/duplicate_key_json.notjson new file mode 100644 index 0000000..8a43262 --- /dev/null +++ b/testing/resources/duplicate_key_json.notjson @@ -0,0 +1,4 @@ +{ + "hello": "world", + "hello": "planet" +} |