JsonStrum.js is a high-level wrapper over JsonHilo which emits fully parsed objects and arrays.
Should work in any modern JavaScript runtime: Node.js, Bun, Deno, the browser.
BREAKING:
- transformed the library into an npm package
- updated jsonhilo dependency to 0.3.2
- code edit required: .push(...) is now .chunk(...)
Full Changelog: v0.2.2...v0.3.0