stringify

fun stringify(input: Any?, indent: Any? = null): String(source)

Stringify json

Since

0.1.0

Parameters

input

the objects to stringify

indent

the indent for the json (or null for no indent). Can be an Int (number of spaces) or a string to indent with