Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-06 | Hey! This is a much better structure for the Json class. | Mike Buland | |
This new setup is one class for everything, the values are kept in a union, and the instance knows what type it is. The tree of objects is a tree of instantiations of the same class. It's much simpler, it's much easier to write, and maybe even easier to use. | |||
2017-06-05 | Json? | Mike Buland | |
I'm honestly not sure what kind of interface I want here, or how to organize it. It may just be better to expand the whole thing, spread it out some. |