Class JSONBoolean
A JSON-encoded Boolean value.
Examples:
true
false
Import path
import javascript
Direct supertypes
Indirect supertypes
Predicates
getAPrimaryQlClass | Gets the primary QL class for the Locatable. |
Inherited predicates
getChild | Gets the | from JSONValue |
getEndLine | Gets the line on which this element ends. | from Locatable |
getFile | Gets the file this program element comes from. | from Locatable |
getJsonFile | Gets the JSON file containing this value. | from JSONValue |
getLocation | Gets this element’s location. | from JSONValue |
getNumLines | Gets the number of lines covered by this element. | from Locatable |
getParent | Gets the parent value to which this value belongs, if any. | from JSONValue |
getRawValue | Gets the source text of the encoded value; for strings, this includes quotes. | from JSONPrimitiveValue |
getStartLine | Gets the line on which this element starts. | from Locatable |
getValue | Gets a string representation of the encoded value. | from JSONPrimitiveValue |
isTopLevel | Holds if this JSON value is the top level element in its enclosing file. | from JSONValue |
toString | Gets a textual representation of this element. | from JSONValue |