# Functions
FormatJSON returns the given json string, formatted with the given indent string.
FromBase64 decodes the given encoded string to plain.
Functions for encoding and decoding various formats.
ToBase64 converts the given string to a base64 encoding.
ToJSON returns the given value as a json string.
ToYAML returns the given value as a yaml string.