Skip to content

JsonNotFound

[Source]

Sentinel value indicating a JSON path did not lead to a value.

primitive val JsonNotFound is
  Stringable box

Implements


Constructors

create

[Source]

new val create()
: JsonNotFound val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

fun box eq(
  that: JsonNotFound val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: JsonNotFound val)
: Bool val

Parameters

Returns