Why Internet Object?
Why choose Internet Object over JSON, CSV, YAML, and binary formats.
The core idea
[
{ "name": "John Doe", "age": 30, "email": "[email protected]", "active": true },
{ "name": "Jane Doe", "age": 25, "email": "[email protected]", "active": false }
]~ $schema: { name: string, age: int, email: email, active: bool }
---
~ John Doe, 30, john@example.com, T
~ Jane Doe, 25, jane@example.com, FHow it compares
Need
JSON
CSV
YAML
Internet Object
What you gain
When JSON is still fine
See Also
Last updated
Was this helpful?
