json-flatten-api
json-flatten-api flattens nested JSON objects and arrays into a single-level object whose keys are dot paths (e.g. user.address.city, items.0.name), and rebuilds the original structure from those paths. It uses explicit rules for array indices, escaped dots in keys, and numeric object keys so round-trips stay predictable. Authentication matches your other marketplace APIs (x-api-key / RapidAPI…
json-flatten-api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Flatten nested JSON /api/v1/flatten |
Send any JSON object or array in json. Primitives at root are not supported. Response flat maps leaves to dot paths; arrays use numeric segments (items.0.name). See your GET… |
| POST |
Unflatten dot-path map /api/v1/unflatten |
POST /api/v1/unflatten — Converts a dot-path flat object back into nested JSON; optional root_type controls empty-root and array-vs-object inference. |
json-flatten-api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 250 / minute |
|
| PRO Recommended | $10 / month | 2000 / minute |
|