I haven't played that much with structs - so need some help...
json
{"Manufacturer":["FORD","HONDA"]}
struct
[Manufacturer]
[] = "FORD"
[] = "HONDA"
How do I get to the leafs / children?
I've tried :
vs_temp = v_struct->"Manufacturer"->*
vs_temp = v_struct->"Manufacturer"{1}
vs_temp = v_struct->"Manufacturer"Hints / tips and/or suggestions - anyone?
Knut