jsonformer is a JSON transpiler by value or schema, currently in early development (v0.0.0). It provides a lexer and parser for a custom JSON-like language with a context-free grammar. The project aims to enable transformation of JSON structures based on either literal values or schema definitions. As a very early-stage package, it is not yet feature-complete and has no stable release cadence. The library is written in TypeScript and targets both Node.js and browser environments.
npm install jsonformerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: transpile a JSON string using default export. Note that transpile may not yet be implemented.
Do not use in production. Pin to a specific version if experimenting.
Use only lexer and parser for now.
Monitor GitHub repository for updates.
Check package.json and run `npm install jsonformer`.
Set type: module in package.json or use .mjs extension, or switch to require().
No dependency data recorded yet.