# Functions
No description provided by the author
PrettyPrintJson prints the json byte array to the stdout formated.
stringToJson takes a key in the form "test.auth.username" and a value and returns:
json{ "test": { "auth": { "username": "value" } } }.