dummy_json / dummy-json-file.json
lingophilonaut's picture
Upload dummy-json-file.json
d7b7d99
raw
history blame contribute delete
147 Bytes
{
"Name": "Test",
"Mobile": 12345678,
"Boolean": true,
"Pets": ["Dog", "cat"],
"Address": {
"Permanent address": "USA",
"current Address": "AU"
}
}