cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Check out the JMP® Marketplace featured Capability Explorer add-in
Diagram for deeply stacked lists and arrays
Bernd2Heinen
Level III

JSL allows to stack lists and associative arrays. Parse JSON() command converts JSON texts into potentially large collections with stacked elements. These structures can become very deep and difficult to understand. This script analyzes lists and associative arrays and displays their design and content in form of a hierarchical tree.

Recommended Articles