Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 392 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 392 Bytes

JSON Repair for Go

This is a Go implementation forked from TypeScript library jsonrepair by @josdejong.

Version

Current version v3.5.0, has NO streaming support yet.

Usage

s := `{"a": "b" "c": "d"}`
repaired, err := jsonrepair.JSONRepair(s)