Skip to content

JsonPathParseError

[Source]

Structured parse error for JSONPath expressions.

class val JsonPathParseError is
  Stringable box

Implements


Constructors

create

[Source]

new val create(
  message': String val,
  offset': USize val)
: JsonPathParseError val^

Parameters

Returns


Public fields

let message: String val

[Source]


let offset: USize val

[Source]


Public Functions

string

[Source]

fun box string()
: String iso^

Returns