Paste any JSON below and see the output from all three functions. Switch between tabs to compare inferSchema, renderSchema, and resolvePath.
10{
"data": [
{ "id": 1, "name": "Alice", "email": "alice@example.com" },
{ "id": 2, "name": "Bob", "tags": ["admin"] },
{ "id": 3, "name": "Charlie", "email": "charlie@example.com", "tags": ["user", "beta"] }
],
"meta": { "page": 1, "total": 50 }
}