Uses of Class
lazyj.Format.JSONFragment
-
Uses of Format.JSONFragment in lazyj
Methods in lazyj that return Format.JSONFragment Modifier and Type Method Description Format.JSONFragment
Format.JSONFragment. append(java.lang.CharSequence seq)
static Format.JSONFragment
Format. toJSON(java.lang.Object o)
Get a JSON representation of base object types (String, Number, Boolean) and collections (Iterable, Map) of them.static Format.JSONFragment
Format. toJSON(java.lang.Object o, boolean newLines)
Get a JSON representation of base object types (String, Number, Boolean) and collections (Iterable, Map) of them.