# Functions
DecodeJSONFile returns the contents of a json file as a map.
IsJSONArray returns true if the byte array represents a JSON array.
IsJSONObject returns true if the byte array represents a JSON object.
IsValidJSON returns true if the given byte array is a JSON array of JSON object.
MustParseJSON parses a string and returns the map structure.
ParseJSON parses a string and returns the map structure.
UnescapeJSON replaces unicode escape characters with the actual character.
# Constants
Separator character which is used when setting the path via a dot notation.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Logger is the package logger.
# Structs
No description provided by the author