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