Flatten nested JSON to dot-notation keys. E.g. {a:{b:[1,2]}} → {'a.b.0':1,'a.b.1...
https://api.strale.io/x402/flatten-jsonOverview
Flatten nested JSON to dot-notation keys. E.g. {a:{b:[1,2]}} → {'a.b.0':1,'a.b.1':2}. Configurable delimiter and array handling. Algorithmic.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-04-15 14:09:59
Health
Status
healthy
Latency (p50)
180ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-09-09 19:15:50
Last Healthy
2026-09-09 19:15:50
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"array_handling": {
"description": "'index' or 'stringify'",
"type": "string"
},
"data": {
"description": "Nested JSON object",
"required": true,
"type": "string"
},
"delimiter": {
"description": "Default '.'",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"flattened": {
"type": "object"
},
"key_count": {
"type": "integer"
},
"max_depth_found": {
"type": "integer"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-09-09 19:15:50 | healthy | 402 | 180ms | |
| 2026-09-09 10:17:46 | healthy | 402 | 206ms | |
| 2026-09-08 22:53:55 | healthy | 402 | 125ms | |
| 2026-09-08 11:30:27 | healthy | 402 | 632ms | |
| 2026-09-08 05:17:24 | healthy | 402 | 164ms | |
| 2026-09-07 17:43:01 | healthy | 402 | 758ms | |
| 2026-09-07 10:27:52 | healthy | 402 | 674ms | |
| 2026-09-07 01:06:57 | healthy | 402 | 156ms | |
| 2026-09-06 19:58:08 | healthy | 402 | 161ms |