summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json/test3.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/serialization/json/test3.json')
-rw-r--r--tests/auto/corelib/serialization/json/test3.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/corelib/serialization/json/test3.json b/tests/auto/corelib/serialization/json/test3.json
new file mode 100644
index 0000000000..48cb29a47f
--- /dev/null
+++ b/tests/auto/corelib/serialization/json/test3.json
@@ -0,0 +1,15 @@
+{
+ "firstName": "John",
+ "lastName" : "Smith",
+ "age" : 25,
+ "address" : {
+ "streetAddress": "21 2nd Street",
+ "city" : "New York",
+ "state" : "NY",
+ "postalCode" : "10021"
+ },
+ "phoneNumber": [
+ { "type" : "home", "number": "212 555-1234" },
+ { "type" : "fax", "number": "646 555-4567" }
+ ]
+}