We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96a7a8 commit 963e22dCopy full SHA for 963e22d
go/README.md
@@ -1,6 +1,6 @@
1
# jsonic (Go)
2
3
-Version: 0.1.11
+Version: 0.1.12
4
5
A Go port of [jsonic](https://github.com/jsonicjs/jsonic), the lenient
6
JSON parser. Same architecture, same syntax, same results. If you
go/jsonic.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
// Version is the current version of the jsonic Go module.
15
-const Version = "0.1.11"
+const Version = "0.1.12"
16
17
// Error message templates matching TypeScript defaults.
18
var errorMessages = map[string]string{
0 commit comments