Work with json with no exceptions
npm install jonny
yarn add jonny
pnpm add jonny
bun add jonny
Work with json without exeptions.
npm i jonny --save
const jonny = require('jonny'); jonny.parse('hello'); // returns undefined const obj = {}; obj.a = obj; jonny.stringify(obj, 0, 4)); // returns undefined
MIT