- Visualizer:
- Code:
- TOML spec:
You are viewing a single thread.
View all comments 0 points
TOML and YAML both have the problem that if you receive an incomplete document, there’s a decent chance you can’t tell. JSON doesn’t have that because of the closing curly.
0 points
That’s not a problem of a format and should be handled by transport or storage.
0 points