1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"id": 201,
"name": "JSON Tree Viewer",
"description": "Visualize and explore JSON data in a tree structure.",
"price": 0,
"categoryId": 31,
"attributes": {
"type": "Viewer",
"mode": "Tree View",
"framework": "React"
},
"categories": [
{
"id": 3,
"name": "JSON Tools",
"description": "Tools for working with JSON",
"subcategories": [
{
"id": 31,
"name": "Viewers",
"description": "Tools to view JSON data"
},
{
"id": 32,
"name": "Formatters",
"description": "Tools to prettify and format JSON"
},
{
"id": 33,
"name": "Validators",
"description": "Tools to validate JSON structure"
}
]
},
{
"id": 4,
"name": "Visualization",
"description": "Graph and chart based tools",