provides check for verifying if this element is an array or not. @return true if this element is of type JsonArray, false otherwise.
()
| 36 | * @return true if this element is of type {@link JsonArray}, false otherwise. |
| 37 | */ |
| 38 | public boolean isJsonArray() { |
| 39 | return this instanceof JsonArray; |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * provides check for verifying if this element is a Json object or not. |
no outgoing calls