aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/json.cpp (follow)
AgeCommit message (Expand)Author
2021-09-26Tweaked number output.Mike Buland
2019-12-14Json provides line/char in errors now.Mike Buland
2019-07-08Fixed number formatting bug by using libc sprintf.Mike Buland
2019-06-13Added string comparison operator to json.Mike Buland
2019-06-12Json objects can be formatted directly.Mike Buland
2019-05-14More fixes.Mike Buland
2019-05-13UtfString & Json overhaul.Mike Buland
2019-03-11Json parsing fix + new API for copying.Mike Buland
2018-12-17Bu::Json handles encoding control chars.Mike Buland
2018-02-20Json parse fixes.Mike Buland
2018-01-24Json stuffMike Buland
2018-01-22Fixed escaped character encoding in Json decoding.Mike Buland
2018-01-18Made json much more helpful. Fixed array iterators.Mike Buland
2017-08-30Json now can take a UtfString as a text component.Mike Buland
2017-08-23Json has a "has" function now.Mike Buland
2017-08-23Added append to the json interface.Mike Buland
2017-08-23Fixed string constructor.Mike Buland
2017-08-22Updated json.Mike Buland
2017-06-07Changed interface slightly, it's easier to create json programmatically.Mike Buland
2017-06-06Reading, writing, and accessing loaded data all work.Mike Buland
2017-06-06Hey! This is a much better structure for the Json class.Mike Buland
2017-06-05Json?Mike Buland