logjson.git
2022-01-06 Nick DowningRationalize how root is stored to make it more like...
2022-01-06 Nick DowningImplement Database.(read|write)() to reduce duplication...
2022-01-06 Nick DowningMake a Transaction object, temporarily removes caching...
2022-01-05 Nick DowningMake LazyXXX an inner object of Database, so that LazyX...
2022-01-05 Nick DowningRename (F|f)ile to (D|d)atabase
2022-01-05 Nick DowningReinstate primitive object optimization
2022-01-05 Nick DowningImplement dirty flag, to prepare for reinstating primit...
2022-01-05 Nick DowningAllow for nonexistent root item, make get() default...
2022-01-05 Nick DowningGet lazy writing working
2022-01-05 Nick DowningTemporarily remove optimization of writing primitive...
2022-01-04 Nick DowningGet lazy reading working
2022-01-04 Nick DowningPut methods into a class called logjson.File
2022-01-04 Nick DowningInitial commit, can read and write a JSON tree in log...