u/tigraboris

I wrote zig-jsonpath: A lightweight library for JSON querying (RFC 9535)
▲ 28 r/Zig

I wrote zig-jsonpath: A lightweight library for JSON querying (RFC 9535)

Hi there! Just FYI, guys—hope this might be useful for anyone working with JSON.

I decided to dive into Zig by writing a small library for querying JSON: jsonpath. https://github.com/besok/zig-jsonpath

The lib is fully compatible with RFC9535(well, almost 😄—see a couple of minor issues).

Starting this project was pretty straightforward for me since I’ve already implemented this RFC in Rust. It was also a great opportunity to compare developing in Rust vs. Zig 😄. The experience was unique, and I really like both languages.

u/tigraboris — 6 days ago