diff options
Diffstat (limited to 'testing/resources/not_pretty_formatted_json.json')
-rw-r--r-- | testing/resources/not_pretty_formatted_json.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/resources/not_pretty_formatted_json.json b/testing/resources/not_pretty_formatted_json.json new file mode 100644 index 0000000..58b1d02 --- /dev/null +++ b/testing/resources/not_pretty_formatted_json.json @@ -0,0 +1,6 @@ +{ + "foo": + "bar", + "alist": [2, 34, 234], + "blah": null +} |