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