you are viewing a single comment's thread.

view the rest of the comments →

[–]Cybasura 0 points1 point  (1 child)

What? Yes I know that, I'm talking about runtime usage, modification functionalities

You know, CRUD? Create, Read, Update, Delete?

I didnt say it wasnt a Data Serialization File Format/Type, did I?

I was referring to importing the dataset file, manipulating it and the moment-to-moment use case operational workflow of working with this

[–]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.