HACKER Q&A
📣 Forgret

Which C libraries do you think should get a modern alternative?


Which C libraries do you think should get a modern alternative?


  👤 pillefitz Accepted Answer ✓
You mean which C lib should get a vibe coded, poorly maintained alternative in Rust?

👤 gangtao
JSON parsing - While libraries like cJSON exist, many are either too basic or too complex. A modern JSON library with streaming support, JSONPath queries, and schema validation would be valuable.