Uses of Class
net.hamnaberg.json.PrettyPrinter
-
-
Uses of PrettyPrinter in net.hamnaberg.json
Methods in net.hamnaberg.json that return PrettyPrinter Modifier and Type Method Description PrettyPrinterPrettyPrinter. dropNullKeys(boolean choice)static PrettyPrinterPrettyPrinter. nospaces()static PrettyPrinterPrettyPrinter. spaces2()static PrettyPrinterPrettyPrinter. spaces4()Methods in net.hamnaberg.json with parameters of type PrettyPrinter Modifier and Type Method Description java.lang.StringJson.JValue. pretty(PrettyPrinter p)
-