jsonrepair
Advanced tools
Changelog
2021-12-19, version 3.0.0
⚠ BREAKING CHANGES
import jsonrepair from 'jsonrepair'
to named export import { jsonrepair} from 'jsonrepair'
jsonrepair
to JSONRepair.jsonrepair
JSONRepairError
with a property .position
Changelog
2021-06-09, version 2.2.1
Changelog
2021-04-01, version 2.2.0
Changelog
2021-01-13, version 2.0.0
simple-json-repair
to jsonrepair
.
Thanks a lot @vmx for making this npm package name available!@ts-ignore
a lot.
Using TypeScript makes running tests slower. And in this case, TypeScript
hardly adds value since we have a very simple API and function signatures.