json-view
Reactive icon

JSON View

Stable version 0.1.0 (Compatible with OutSystems 11)
Uploaded
 on 25 August 2022
 by 
5.0
 (2 ratings)
json-view

JSON View

Documentation
0.1.0
  1. Add reference to JSONView block from JSONView module
  2. Add JSONView block to screen
  3. Set the parameters accordingly
    1. JSON - the JSON document to display
    2. IsExpanded - When true, the tree is expanded upon rendering.
    3. ErrorMessage - Message that is displayed when there is an error rendering the JSON. You may leave this empty, provide a standard message or even insert the same content as in JSON if you still want the content to be displayed as plain text when it's not renderable as a tree.
    4. ExtendedClass - Add custom style classes to the Widget.
  4. And that's it!