plus

operator fun plus(other: JsonPointer): JsonPointer(source)

Concatenates this pointer with another pointer, creating a new pointer with combined segments.

Return

A new JsonPointer containing all segments from both pointers.

Parameters

other

The JsonPointer to append to this one.