SMRTR ProgrammingSep 21, 2025Hacker News

Sj.h: A tiny little JSON parsing library in ~150 lines of C99

SMRTR summary

Sj.h is a compact JSON parsing library in 150 lines of C99 code. It operates without memory allocations and provides precise error reporting. The library omits built-in number and string parsing, allowing developers to implement their preferred methods. Its minimalist design suits projects where code size is crucial, with demo examples available for common JSON-related tasks.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 24, 2026

Programming Paradigms

A structured roadmap for experienced developers to move beyond language familiarity and genuinely master the four core programming paradigms.