package
0.0.1
Repository: https://github.com/gooxion/sonic.git
Documentation: pkg.go.dev

# Functions

Loads parse all json into interface{}.
LoadsUseNumber parse all json into interface{}, with numeric nodes casted to json.Number.
NewArray creates a node of type V_ARRAY, using v as its underlying children.
NewBool creates a node of type bool: If v is true, returns V_TRUE node If v is false, returns V_FALSE node.
NewNull creates a node of type V_NULL.
NewNumber creates a json.Number node v must be a decimal string complying with RFC8259.
NewObject creates a node of type V_OBJECT, using v as its underlying children.
No description provided by the author
No description provided by the author
NewString creates a node of type string.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author