This is the example of JSON I am having
filter : [
{ category: [] } ,
{ sub-category: [] } ,
{ brand: [] } ,
{ color: [] }
]
Note that the labels "category,subcategory..." may vary dynamically
How do I parse this JSON using Moshi ?