{9 Items
"name"
:
string
"web-tools"
"version"
:
string
"1.0.0"
"description"
:
string
"A collection of useful web development tools"
"author"
:
{3 Items
"name"
:
string
"Jane Smith"
"email"
:
string
"jane@example.com"
"social"
:
{2 Items
"github"
:
string
"janesmith"
"twitter"
:
string
"@janesmith"
}
}
"config"
:
{2 Items
"server"
:
{2 Items
"host"
:
string
"0.0.0.0"
"port"
:
int
8080
}
"features"
:
{3 Items
"darkMode"
:
bool
true
"analytics"
:
bool
false
"notifications"
:
bool
true
}
}
"dependencies"
:
{3 Items
"react"
:
string
"^18.3.0"
"typescript"
:
string
"^5.3.0"
"vite"
:
string
"^5.0.0"
}
"users"
:
[2 Items
0
:
{4 Items
"id"
:
int
1
"name"
:
string
"admin"
"role"
:
string
"admin"
"active"
:
bool
true
}
1
:
{4 Items
"id"
:
int
2
"name"
:
string
"guest"
"role"
:
string
"viewer"
"active"
:
bool
false
}
]
"tags"
:
[3 Items
0
:
string
"react"
1
:
string
"typescript"
2
:
string
"tools"
]
"nestedJson"
:
{2 Items
"status"
:
string
"ok"
"data"
:
{1 Item
"items"
:
[
]3 Items
}
}
}