Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 169 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 169 Bytes

json2

json2 is an alternative JSON parser.

Usage

v, err := json2.Unmarshal(`{"foo": true}`)

err can only be of type *TokenError or *ParseError.