# Functions
Decode json bytes to data ptr.
DecodeReader decode JSON from io reader.
DecodeString json string to data ptr.
Encode data to json bytes.
EncodePretty encode data to pretty JSON bytes.
EncodeString encode data to JSON string.
EncodeToWriter encode data to json and write to writer.
EncodeUnescapeHTML data to json bytes.
IsArray check if the string is valid JSON array.
IsJSON check if the string is valid JSON.
IsJSONFast simple and fast check input is valid JSON array or object.
IsObject check if the string is valid JSON object.
Mapping src data(map,struct) to dst struct use json tags.
MustPretty data to JSON string, will panic on error.
MustString encode data to json string, will panic on error.
Pretty JSON string and return.
ReadFile Read JSON file data.
StripComments strip comments for a JSON string.
WriteFile write data to JSON file.
WritePretty write pretty data to JSON file.