Commit ·
d7b7d99
1
Parent(s): 1995685
Upload dummy-json-file.json
Browse files- dummy-json-file.json +10 -0
dummy-json-file.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Name": "Test",
|
| 3 |
+
"Mobile": 12345678,
|
| 4 |
+
"Boolean": true,
|
| 5 |
+
"Pets": ["Dog", "cat"],
|
| 6 |
+
"Address": {
|
| 7 |
+
"Permanent address": "USA",
|
| 8 |
+
"current Address": "AU"
|
| 9 |
+
}
|
| 10 |
+
}
|