summaryrefslogtreecommitdiffstats
path: root/test/textfile_json_indented.0
diff options
context:
space:
mode:
Diffstat (limited to 'test/textfile_json_indented.0')
-rw-r--r--test/textfile_json_indented.012
1 files changed, 12 insertions, 0 deletions
diff --git a/test/textfile_json_indented.0 b/test/textfile_json_indented.0
new file mode 100644
index 0000000..80b5fb6
--- /dev/null
+++ b/test/textfile_json_indented.0
@@ -0,0 +1,12 @@
+{
+ "foo bar": null,
+ "array": [
+ 1,
+ 2,
+ 3
+ ],
+ "obj": {
+ "one": 1,
+ "two": true
+ }
+}