github.com/rogpeppe/rjson
Package rjson implements a backwardly compatible version of JSON with the aim of making it easier for humans to read and write. The data model is exactly that of JSON's and this package implements all the marshalling and unmarshalling operations supported by the standard library's json package. The three principal differences are: The quotes around an object key may be omitted if the key matches the following regular expression: This rule will be relaxed in the future to allow unicode characters, probably following the same rules as Go's identifiers, and probably a few more non-alphabetical characters.
proxy.golang.org
v0.0.0-20151026200957-77220b71d327
over 10 years ago
1
11
23
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/rogpeppe/rjson
spec |
| License | BSD-3-Clause |
| Namespace | github.com/rogpeppe |
| First Release | over 10 years ago |
| Last Synced | 20 days ago |
Repository
| Stars | 5 on GitHub |
| Forks | 3 on GitHub |