Hacker News new | ask | show | jobs
by lelanthran 253 days ago
> Can you do parsing of JSON and XML without allocating?

If the source JSON/XML is in a writeable buffer, with some helper functions you can do it. I've done it for a few small-memory systems.