I have a json file that i want to filter and create a collection of this filtered json.
How can i do this?
file.json
->Calculators
->Constants
->Contents
I want to filter the file.json and make a collection from Constants Object Items.
Is it posible to make this?
The problem i'm having is that I can't filter the json, only pass all the variables of all the json to the model.
I have read and searched here on stackoverflow.
Thanks in advance.