JSON value types
Counts of the major JSON value types found in the response.
Count
Developer
Turn a raw JSON response into readable output with quick structure diagnostics.
Counts of the major JSON value types found in the response.
{
"status": "ok",
"data": {
"items": [
{
"id": 1,
"name": "Mortgage repayment calculator"
},
{
"id": 2,
"name": "Cron generator"
}
]
}
}Assumptions