Login to follow
JSONPrettyFormat

JSONPrettyFormat (ODC)

Stable version 0.1.3 (Compatible with ODC)
Uploaded on 24 Mar (13 days ago) by Product League
JSONPrettyFormat

JSONPrettyFormat (ODC)

Documentation
0.1.3
  • Under Add Public Elements, choose JSON_PrettyFormat block from JSONPrettyFormat App;
  • Open Desired Screen in your project. From UI Flows - MainFlow - JSON_PrettyFormat - JSON_PrettyFormat, drag the block onto the screen in the desired location;
  • Set value to OriginalJSON. This is the value that contains the JSON to be pretty formatted;
  • [Optional] Set value to StartCollapsed [Default: false] If set to True the JSON data will start Collapsed instead of Expanded;
  • [Optional] Set value to RootCollapsable [Default: true] If set to True the JSON root node can be collapsed;
  • [Optional] Set value to ChildrenCollapsable [Default: true] If set to True the JSON children nodes can be collapsed;
  • [Optional] Set value to AllowLinks [Default: true] If set to True the JSON will allow URL's to be clickable;
  • [Optional] Set value to ShowKeysWithQuotes [Default: true] If set to True the keys in the JSON are shown within quotes;