When receiving data from a web server in the JSON format, the data is always a string (text). In order to be able to access the information inside this string, you must “parse” the JSON string so that it gets converted into a computer readable native JavaScript Object.
This JavaScript object can be read by any of the other JSON components we offer depending on your needs:
In order to be able to change the JSON string via our platform or the API, you can give as input to the JSON Parse component a ShapeDiverTextInput or a ShapeDiverTextFileImport.
Comments
0 comments
Article is closed for comments.