diff --git a/test_files/test2.json b/test_files/test2.json index 9fa02eb..795bb2d 100644 --- a/test_files/test2.json +++ b/test_files/test2.json @@ -1,14 +1,5 @@ { - "items": [ - { - "name": "Text Book", - "type": "Book" - }, - { - "name": "Notebook", - "type": "Stationary" - } - ], - "Weight": 24.38, - "Required": true + "object": { + "value": 500 + } } diff --git a/test_files/test3.json b/test_files/test3.json new file mode 100644 index 0000000..9fa02eb --- /dev/null +++ b/test_files/test3.json @@ -0,0 +1,14 @@ +{ + "items": [ + { + "name": "Text Book", + "type": "Book" + }, + { + "name": "Notebook", + "type": "Stationary" + } + ], + "Weight": 24.38, + "Required": true +}