After parsing your JSON string with the ShapeDiverJSONParse component, the next step is to access the data via the ShapeDiverJSONAccess. With this component you can look for any value by using the given attribute name. Additionally, you can provide a index number if the attribute you want to access contains an array/list.
If you have an array of JSON objects which have the same attribute name you are looking for, you will get back a tree in which each branch reference back to each object.
Comments
0 comments
Article is closed for comments.