# Functions
FormatJSON formats a JSON string.
GetServerAddress returns ServerAddress variable.
IsJSON checks if a string is valid JSON or not.
JoinContent returns two contents joined as JSON if both are JSONs otherwise concatenates them.
JoinJSON merges two JSON strings.
JSONSStringsAreEqual checks whether two JSON strings are actually equal JSON objects.
SetServerAddress sets ServerAddress variable.
UnWrapNonJSONStringIfNeeded wrapps non JSON string in NonJSONItem object.
WrapNonJSONStringIfNeeded wrapps non JSON string in NonJSONItem object.
# Structs
Cartesian gets all combinations of values for keys.
No description provided by the author
Variables is used for storing static variables.