Creation method used to return an instance of a JsonNull. To reduce the memory footprint, a single object has been created for this class; therefore the same instance is being returned for each invocation of this method. This method is kept private since we prefer the users to use {@link Js
()
| 67 | * @return a instance of a {@link JsonNull} |
| 68 | */ |
| 69 | static JsonNull createJsonNull() { |
| 70 | return INSTANCE; |
| 71 | } |
| 72 | } |
no outgoing calls