defpis / json-self

Repository from Github https://github.comdefpis/json-selfRepository from Github https://github.comdefpis/json-self

JSON.parse & JSON.stringify's implementation

import jsonSelf from "./src";

console.log(jsonSelf.parse('{"a":1}')); // { a: 1 }
console.log(jsonSelf.stringify({ a: 1 })); // {"a":1}

About


Languages

Language:TypeScript 100.0%