Package sk.antons.json.literal
Interface JsonNullLiteral
-
- All Superinterfaces:
JsonLiteral,JsonValue
- All Known Implementing Classes:
JsonNullLiteralImpl
public interface JsonNullLiteral extends JsonLiteral
Null literal value. (null)- Author:
- antons
-
-
Method Summary
-
Methods inherited from interface sk.antons.json.literal.JsonLiteral
literal, stringValue
-
Methods inherited from interface sk.antons.json.JsonValue
asArray, asBoolLiteral, asExpLiteral, asFracLiteral, asIntLiteral, asLiteral, asNullLiteral, asObject, asStringLiteral, asTemplateParam, copy, findAll, findAllLiterals, findFirst, findFirstLiteral, isArray, isBoolLiteral, isDescendantOf, isExpLiteral, isFracLiteral, isIntLiteral, isLiteral, isNullLiteral, isObject, isStringLiteral, name, parent, parentIndex, path, pathAsString, remove, replaceBy, toCompactString, toPrettyString
-
-