This website requires JavaScript.
Explore
Help
Sign In
re
/
go-json
forked from
mirror/go-json
Watch
1
Star
0
Fork
You've already forked go-json
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e6ff77fe8d
go-json
/
export_test.go
7 lines
87 B
Go
Raw
Normal View
History
Unescape
Escape
Fix Compact
2020-08-12 19:21:10 +03:00
package
json
Move error types to internal/errors package
2021-03-13 07:31:14 +03:00
var
(
NewSyntaxError
=
errSyntax
NewMarshalerError
=
errMarshaler
)