package
1.0.2
Repository: https://github.com/ravior/gserver.git
Documentation: pkg.go.dev

# Functions

Marshal adapts to json/encoding Marshal API.
MarshalIndent same as json.MarshalIndent.
NewDecoder adapts to json/stream NewDecoder API.
NewEncoder same as json.NewEncoder.
Unmarshal adapts to json/encoding Unmarshal API Unmarshal parses the JSON-encoded data and stores the result in the value pointed to by v.
UnmarshalUseNumber decodes the json data bytes to target interface using number option.
Valid reports whether data is a valid JSON encoding.