Commit Graph

3 Commits

Author SHA1 Message Date
53caa5766f Refactor JSON implementation
Change base class for JSON objects from `Object` to `AcediaObject`.

Rename some classes/functions/structures/variables to
be more compact and/or better convey their meaning.

Add appropriate API that contains constructors for JSON objects.
2020-04-08 01:43:11 +07:00
dd45e692fc Add unit tests for JSON implementation 2020-03-31 13:29:11 +07:00
427d6fea58 Add basic JSON data support
Add classes to store data that can be transferred in a text JSON format.
2020-03-31 13:23:55 +07:00