diff --git a/json-test-string.txt b/json-test-string.txt new file mode 100644 index 0000000..5b4b982 --- /dev/null +++ b/json-test-string.txt @@ -0,0 +1,13 @@ +{ + "firstName" : "Natalie", + "isAlive": true, + "age": 10245, + "planet" : { + "Gallifrey": "10-0-11-00:02" + }, + "servers": [ + "helios", + "xerxes", + "mail1" + ] +} \ No newline at end of file