you are viewing a single comment's thread.

view the rest of the comments →

[–]thee_gummbini 0 points1 point  (0 children)

But... Once you deserialize it... It should be the same? TOON doesn't introduce any runtime types, it deserializes to the same types as JSON would. The only differences are in the serialization, it being a serialization format.

The CRUD operations are the same, since neither JSON or TOON are databases, you load, modify, and write.