Uses of Interface
jsonvalues.Position
Packages that use Position
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
-
Uses of Position in jsonvalues
Classes in jsonvalues that implement PositionModifier and TypeClassDescriptionfinal class
Represents the index of a value in a JSON array.final class
Represents the key of a value in a JSON object.Methods in jsonvalues that return PositionModifier and TypeMethodDescriptionJsPath.head()
Returns the head of this path if it's not empty, throwing an exception otherwise.JsPath.last()
returns the last positionthis
JsPath if it's not empty or an exception otherwise.Methods in jsonvalues that return types with arguments of type PositionModifier and TypeMethodDescriptionJsPath.stream()
Returns a sequentialStream
of Positions with this path as its source.Methods in jsonvalues with parameters of type Position