Package org.h2.util.json
Class JSONBoolean
java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONBoolean
JSON boolean.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JSONBooleanfalsevalue.static final JSONBooleantruevalue. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTo(JSONTarget<?> target) Appends this value to the specified target.booleanReturns the value.
-
Field Details
-
FALSE
falsevalue. -
TRUE
truevalue.
-
-
Method Details