commit a6e606fa405a5686626ef950831543e374efb21b Author: Alexey Vanin Date: Mon Oct 30 08:25:27 2023 +0000 Add file for oracle demo diff --git a/data.json b/data.json new file mode 100644 index 0000000..a8d4f08 --- /dev/null +++ b/data.json @@ -0,0 +1,42 @@ +{ + "store": { + "item": [ + { + "id": 0, + "category": "Headgear", + "title": "Bucket Hat", + "price": 400 + }, + { + "id": 1, + "category": "Headgear", + "title": "Fugu Bell Hat", + "price": 1700 + }, + { + "id": 2, + "category": "Clothing", + "title": "Lumberjack Shirt", + "price": 800 + }, + { + "id": 3, + "category": "Clothing", + "title": "Pink Hoodie", + "price": 3400 + }, + { + "id": 4, + "category": "Shoes", + "title": "Cyan Trainers", + "price": 700 + }, + { + "id": 5, + "category": "Shoes", + "title": "Red Hi-Tops", + "price": 1800 + } + ] + } +} \ No newline at end of file