Class JsonStreamToString

java.lang.Object
sk.antons.sbutils.util.JsonStreamToString

public class JsonStreamToString extends Object
Converts stream to json string using io.github.antonsjava:json. You can configure <ul> <li> encoding - encoding for conversion tpo chars <li> forceOneLine - true if json should be printed as one line <li> indent - indent text if json should be printed as formated <li> cufStringLiterals - max length of string literal (rest will be cut) </ul>
Author:
antons