# Functions
decode JSON byte string into specified variable; panic in case of any error.
decode JSON string into specified variable; panic in case of any error.
decode YAML byte string into specified variable; panic in case of any error.
decode YAML string into specified variable; panic in case of any error.
encode specified variable into JSON byte string; panic in case of any error.
encode specified variable into JSON string; panic in case of any error.
encode specified variable into prettified JSON byte string; panic in case of any error.
encode specified variable into prettified JSON string; panic in case of any error.
encode specified variable into YAML byte string; panic in case of any error.
encode specified variable into YAML string; panic in case of any error.