JSON Data Serializer and Deserializer
Jsonic is intended to be a high-level abstraction for JSON data serialization and deserialization. Jsonic is just a wrapper on top of Zig's std.json module. Along with some compile time type checks and code generation.
Jsonic has cross-platform support because of std.json module.
Jsonic has no external dependencies.
For most up-to-date documentation see - Jsonic Documentation.