Builder

open class Builder

This class allows the user to build a JSONPointer in steps, using exactly one segment in each step.

Functions

Link copied to clipboard
open fun append(arrayIndex: Int): JSONPointer.Builder
Adds an integer to the reference token list.
Adds an arbitrary token to the list of reference tokens.
Link copied to clipboard
open fun build(): JSONPointer
Creates a JSONPointer instance using the tokens previously set using the append method calls.