Razish / xsngine

C++/SDL2/OpenGL engine for low latency games
MIT License
11 stars 6 forks source link

Investigate: serialisation format/libraries #6

Open Razish opened 10 years ago

Razish commented 10 years ago

Could be useful to support several, and look at designing an inherited API.

Candidates:

Do we really just need a generic hierarchical key/value store API?

eezstreet commented 10 years ago

JSON is good enough, imo. But you should make some sort of generic function set to deal with JSON, so the library isn't being directly accessed by you.