public final class JsonNull
extends java.lang.Object
This class is used to represent a "null" literal in JSON. By having an explicit class, instead of just the regular
Java null, we can differentiate more easily between an object not existing in the JSON and it existing and having the
explicit JSON literal value "null".
- Since:
- 5/20/12 9:52 PM