-
public class JSONBoolean.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONBooleanTRUEprivate final JSONBooleanFALSEpublic final static JSONBoolean.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final JSONBooleanof(Boolean b)final JSONBooleangetTRUE()final JSONBooleangetFALSE()-
-
Method Detail
-
of
final JSONBoolean of(Boolean b)
-
getTRUE
final JSONBoolean getTRUE()
-
getFALSE
final JSONBoolean getFALSE()
-
-
-
-