This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UIX Framework - JSON

Hi,

I created a JSON formatted string from a database query in my UIX  dashboard application. I am trying to parse the JSON so that I can get more granular when accessing data in my HTML file. I tried using JSON.parse(myCustomData) and I am receiving the error "JSON is undefined". Are we not able to parse JSON in the UIX framework?