A simple JSON (toy) parser written in Zig, for learning purposes.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-01-15 12:13:32 +04:00
docs docs: add an example 2025-01-15 10:43:39 +04:00
src fix: fix the testing allocator usage (detects memory leaks properly now) 2025-01-15 12:13:32 +04:00
.gitignore init 2025-01-15 03:00:10 +04:00
build.zig init 2025-01-15 03:00:10 +04:00
build.zig.zon init 2025-01-15 03:00:10 +04:00
LICENSE init 2025-01-15 03:00:10 +04:00
README.md init 2025-01-15 03:00:10 +04:00

jsml.zig

A simple JSON (toy) parser written in Zig, for learning purposes.

[!TODO] Documentation