/
ilya.petrash
/
SimplePyScripts
Обзор
Документация
Войти
/
ilya.petrash
/
SimplePyScripts
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
peewee__examples/persons/persons.json
35 строк
692 B
gil9red
Append peewee__examples\persons
19 авг 2019, 15:39
19 авг 2019, 15:39
198188e
Код
Авторство
О чём код?
[ { "name": "Bob", "birthday": "1960-01-15", "pets": [ { "name": "Kitty", "animal_type": "cat" } ] }, { "name": "Grandma", "birthday": "1935-03-01", "pets": [] }, { "name": "Herb", "birthday": "1950-05-05", "pets": [ { "name": "Fido", "animal_type": "dog" }, { "name": "Mittens", "animal_type": "cat" }, { "name": "Mittens Jr", "animal_type": "cat" } ] } ]