Hi guys,
I always have trouble with JSON Data Attributes using JSON Data Source.
If the JSON is:
{"City":{ "Brisbane":{ "things":[ {"key1":"ABC", "key2":0}, {"key1":"ABC","key2":0} ]}, "Sydney":{ "things":[ {"key1":"ABC", "key2":0}, {"key1":"ABC","key2":0} ]} }}
or
{"City":[{ "Brisbane":[{ "things":[ {"key1":"ABC","key2":0}, {"key1":"ABC","key2":0} }] }], "Sydney":[{ "things":[ {"key1":"ABC","key2":0}, {"key1":"ABC","key2":0} ] }] }]}
And I set the Root Object as “City”, I get “Brisbane” and “Sydney” as available keywords.
If I enter “City.Brisbane.things” as a JSON Data Attribute, I dont get any extra options. Same goes for “City.Brisbane.things.key1”.
Can someone please help me get all available keywords?