-
- All Implemented Interfaces:
public final class IndexOpKt
-
-
Method Summary
Modifier and Type Method Description final static JSONValueget(JSONValue $self, JSONPointer pointer)Get the entry within thisJSONValue using the specified JSONPointer.final static Booleancontains(JSONValue $self, JSONPointer pointer)Test whether the specified JSONPointer points to a valid entry in thisJSONValue.-
-
Method Detail
-
get
final static JSONValue get(JSONValue $self, JSONPointer pointer)
Get the entry within
thisJSONValue using the specified JSONPointer.
-
contains
final static Boolean contains(JSONValue $self, JSONPointer pointer)
Test whether the specified JSONPointer points to a valid entry in
thisJSONValue.
-
-
-
-