Hacker News new | ask | show | jobs
by berdon 552 days ago
Shameless plug for my JSON/5 parser written in zig: https://github.com/berdon/zig-json

There is a std json library as well but the aesthetics weren’t great imo.

The specs are quite pleasant to implement.