json-beautifier
Reactive icon

JSONBeautifier

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 03 August 2024
 by 
0.0
 (0 ratings)
json-beautifier

JSONBeautifier

Documentation
1.0.0

Simply drag and drop the public Web Block into a page or block, using the following signature :

JSONBeautifier > JSONBeautifier

  • Input Parameters
    • JSON - JSON to render
    • AutoExpand - Auto expand the JSON structure
    • MaxLevelToAutoExpand - Maximum JSON structure level to expand automaticilally when AutoExpand = True
    • MaxStringLength - Maximum string length to display (above this value an ellipsis will be shown)
    • SortJSONObjects - Sort JSON objects ?
    • Icon_Expand - Expand JSON object icon
    • Icon_Collapse - Collapse JSON object icon
    • UseDarkMode - Use Dark Mode ?
  • Events
    • NONE