Uses of Class
jsonvalues.JsBool
Packages that use JsBool
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
This package contains a set of generators for creating JSON-like data structures using the `jsonvalues` library.
-
Uses of JsBool in jsonvalues
Fields in jsonvalues declared as JsBoolModifier and TypeFieldDescriptionstatic final JsBoolJsBool.FALSEThe singleton false value.static final JsBoolJsBool.TRUEThe singleton true value.Methods in jsonvalues that return JsBool -
Uses of JsBool in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBool