Answer the question
In order to leave comments, you need to log in
How to display only the desired values from json?
Good afternoon. There are two json files - one with ingredients, the second with recipes with the id of these same ingredients
Plunker
{
"id":"1",
"name": "Огурец"
},
{
"id":"2",
"name": "Помидор"
},
{
"id":"1",
"name": "Salat1",
"recipe":["1","3","5"]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question