JSON Viewer
Overview
JSON Viewer displays JSON and objects highlighting the syntax. The component supports three display modes: Tree, Code, and Preview.

Properties
Name
Type
Description
name
string
Component name
value
string
Current component value
parsedValue
any
Component parsed value
Methods
Name
Parameters
Returns
Description
setValue
data: object |
string
void
Set component value
reset
–
void
Reset component to the initial value
Triggers
Name
Description
On Init
Triggered when the component is initialized
Last updated
Was this helpful?