commit 9ca7af75c8a946ae78d0743864f0f960f79466bc Author: britikos Date: Thu Jan 18 19:34:28 2024 +0000 Загрузить файлы в «/» diff --git a/data.json b/data.json new file mode 100644 index 0000000..4e4d81a --- /dev/null +++ b/data.json @@ -0,0 +1,18 @@ +{ + "store": { + "item": [ + { + "id": 0, + "category": "ML_model", + "title": "Titanic", + "price": 400 + }, + { + "id": 1, + "category": "Not_ML_Model", + "title": "Punk_Rock", + "price": 700 + } + ] + } +} \ No newline at end of file