Question
How to read json file inside Vuforia Studio
Hi everyone,
I have a json file which has attribute values of a widget in key value pair for eg.
"attributes": {
"twx-widget": "",
"widget-id": "p2a",
"widget-name": "p2a",
"is-widget-container": "true",
"src": "Uploaded/pin.pvz",
"scale": "0.5",
"x": 0.44480000000000003,
"y": 0.6587000000000001,
"z": 0.603,
"rx": "0",
"ry": "0",
"rz": "0"
},
"attributes": {
"twx-widget": "",
"widget-id": "p2b",
"widget-name": "p2b",
"is-widget-container": "true",
"src": "Uploaded/pin.pvz",
"scale": "0.5",
"x": 0.44480000000000003,
"y": 0.6587000000000001,
"z": 0.611,
"rx": "0",
"ry": "0",
"rz": "0"
}
How can I assign this value to a widget in Vuforia Studio?
Thanks in advance.
Regards,
Aditya Gupta

