class PrettyPrinter
Pretty prints a Json value as RJson.
class Options |
PrettyPrinter(options: Options = Options())
Pretty prints a Json value as RJson. |
fun streamToStream(rjsonStream: InputStream): InputStream
Prints the Json or RJson document as RJson using the configured options. |
|
fun streamToString(rjsonStream: InputStream): String
Prints the Json or RJson document as RJson using the configured options. |
|
fun stringToString(strJson: String): String
Prints the JsonValue as RJson using the configured options. |
|
fun valueToStream(jsonValue: JsonValue): InputStream
Prints the JsonValue as RJson using the configured options. |
|
fun valueToString(jsonValue: JsonValue): String
Prints the JsonValue as RJSON using the configured options. |