JSON Data Set Sample
https://adobe.github.io/Spry/samples/data_region/JSONDataSetSample.html The JSON output from different Server APIs can range from simple to highly nested and complex. The examples on this page attempt to illustrate how the JSON Data Set treats specific formats, and gives examples of the different constructor options that allow the user to tweak its behavior. See our JSON Primer for more information. Example 1 - JSON Array with simple data types as elements. Example 2 - JSON Array with objects as elements Example 3 - JSON Object Example 4 - The "path" constructor option. Example 5 - The "path" constructor option and JSON Array with objects as elements. Example 6 - The "subPaths" constructor option with a single path. Example 7 - The "subPaths" constructor option with multiple paths. Example 8 - "path" constructor option example. Example 9 - Multiple matches for a single sub path. Example 10 - Multiple ...