diff options
Diffstat (limited to 'devtools/client/jsonview/test/valid_json.json')
-rw-r--r-- | devtools/client/jsonview/test/valid_json.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/client/jsonview/test/valid_json.json b/devtools/client/jsonview/test/valid_json.json new file mode 100644 index 000000000..ca7356ccd --- /dev/null +++ b/devtools/client/jsonview/test/valid_json.json @@ -0,0 +1,6 @@ +{ + "family": { + "father": "John Doe", + "mother": "Alice Doe" + } +} |