mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-26 16:07:18 +00:00
16 lines
413 B
JSON
16 lines
413 B
JSON
|
|
{
|
||
|
|
"name": "JSON formatter",
|
||
|
|
"description": "Format and customize JSON data display for improved readability and easier manipulation, streamlining debugging processes.",
|
||
|
|
"widgets": [
|
||
|
|
"Table",
|
||
|
|
"Container"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "json-formatter",
|
||
|
|
"category": "developer-utilities"
|
||
|
|
}
|