JSON Viewer widget for easily displaying JSON objects by transforming them into HTML.
Rainlab.Builder plugin supported
JSON Viewer widget for easily displaying JSON objects by transforming them into HTML.
The supported options are:
- collapsed (boolean, default: false): all nodes are collapsed at html generation.
- root_collapsable (boolean, default: true): allow root element to be collasped.
- with_quotes (boolean, default: false): all JSON keys are surrounded with double quotation marks ({"foobar": 1} instead of {foobar: 1}).
- with_links (boolean, default: true): all values that are valid links will be clickable, if false they will only be strings.
Example:
json_field: label: 'JSON Viewer' type: jsonviewer_widget collapsed: true root_collapsable: true with_quotes: false with_links: true
Rainlab.Builder plugin supported
-
Eugene Croquette
Found the plugin useful on 27 Mar, 2021
Good job, mate. Really helpful solution. Thank you!
-
Adil Chehabi
Found the plugin useful on 20 Dec, 2020
Many thanks I was looking for it, work like a charm.
-
Shohabbos
Found the plugin useful on 19 Nov, 2020
nice
-
1.0.2 |
Small update. Nov 19, 2020 |
---|---|
1.0.1 |
Initialize plugin. Nov 16, 2020 |