rachelnertia / Quiver

An unfinished cross-platform pseudo-3D game engine written in C++
MIT License
34 stars 9 forks source link

Standardise json serialisation #3

Open rachelnertia opened 7 years ago

rachelnertia commented 7 years ago

It seems like every structure has a different way of being serialized or deserialized to/from json. Let's make things consistent.

rachelnertia commented 6 years ago

Maybe can start by removing any VerifyJson functions I still have, as these are just big chunks of stale cheese.