Show HN: Realization Jsmn on a Pure Zig
github.com·20h·
Discuss: Hacker News

🚀 jsmn_zig - JSON Tokenizer for Zig

A lean, mean, JSON-parsing machine that doesn’t believe in bloat.

What’s This All About?

Ever felt like JSON parsers are over-engineered kitchen sinks that do everything except make coffee? Meet jsmn_zig - a spiritual port of the legendary JSMN to Zig, with some Zig-ish improvements.

We don’t parse JSON into fancy ASTs. We give you tokens. You decide what to do with them. It’s like IKEA furniture for JSON - we give you the pieces, you build the masterpiece.

Features That Don’t Waste Your Time

  • 🎯 Zero-copy tokenization - Because copying data is so 1990s
  • 📦 Compact tokens - 32 bits per token (when we can get away with it)
  • 🌊 Streaming support - Parse chunks like a boss
  • **🧠 Hybri…

Similar Posts

Loading similar posts...