filter from json
Posted: Wednesday 31 May 2017 13:50
Hello,
I want to filter as much as possible in the json string so the app i'm creating doesn't need to parse a lot of information
I need to filter out this:
1. type=devices
2. filter=light
3. used=true
4. order=Name
5. favorite=1
6. subtype=switch
1-5 is already possible by using
but how do i het 6 in also?
Image=light or typeimg=lightbulb can also do the trick for me.
I want to filter as much as possible in the json string so the app i'm creating doesn't need to parse a lot of information
I need to filter out this:
1. type=devices
2. filter=light
3. used=true
4. order=Name
5. favorite=1
6. subtype=switch
1-5 is already possible by using
Code: Select all
json.htm?type=devices&filter=light&used=true&order=Name&favorite=1Image=light or typeimg=lightbulb can also do the trick for me.