provides check for verifying if this element is a Json object or not. @return true if this element is of type JsonObject, false otherwise.
()
| 45 | * @return true if this element is of type {@link JsonObject}, false otherwise. |
| 46 | */ |
| 47 | public boolean isJsonObject() { |
| 48 | return this instanceof JsonObject; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * provides check for verifying if this element is a primitive or not. |
no outgoing calls