Substring

class Substring

A reference to a substring of a literal string in a JSON document.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val length: Int

The length of the substring.

Link copied to clipboard
val start: Int

The start index of the substring, starting from 0.

Functions

Link copied to clipboard
inline fun copy(block: Substring.Builder.() -> Unit = {}): Substring
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String