This is a simple library open-source code for extended-JSON parsing. It
understands (and emits) JSON containing Infinity
and NaN
numbers as unquoted
tokens (an extension shared by Python's json
library, among others) and it
only decodes simply typed values. It (currently) does not know how to decode
JSON into structs and their fields, but rather all JSON {objects} become
map[string]any
, all JSON [arrays] become []any
, and all JSON values are
represented within any
values. (any
in golang is synonymous with and
shorthand for interface{}
, a dynamically typed value type with no constraints
and no guaranteed interface.)
-
Notifications
You must be signed in to change notification settings - Fork 0
non-reflecting JSON extension parser for golang
License
wandb/simplejsonext
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
non-reflecting JSON extension parser for golang
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published