{
"store": {
"tag_book": [
{
"category": "reference",
"author": "Nigel Rees",
"title": "Sayings of the Century",
"price": 8.95
},
{
"category": "fiction",
"author": "Evelyn Waugh",
"title": "Sword of Honour",
"price": 12.99
}
],
"bicycle": {
"color": "red",
"price": 19.95
}
},
"expensive": 10
}
Я хочу извлечь только tag_book и велосипед. Мне не нужны значения tag_book и bike.
Не могли бы вы объяснить, как извлечь то же самое.