Skip to content

JsonParser

[Source]

A JSON parser built from combinators. Supports standard JSON plus //, #, and /* ... */ comments (nested). The parse tree uses TObject, TPair, TArray, TString, TNumber, TBool, and TNull labels.

primitive val JsonParser

Constructors

create

[Source]

new val create()
: JsonParser val^

Returns


Public Functions

apply

[Source]

fun box apply()
: Parser val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns