Header menu logo issie

Parser Module

Functions and values

Function or value Description

comma

Full Usage: comma

Returns: IParser<string>
Returns: IParser<string>

digits

Full Usage: digits

Returns: IParser<string>
Returns: IParser<string>

jbool

Full Usage: jbool

Returns: IParser<Json>
Returns: IParser<Json>

jfloat

Full Usage: jfloat

Returns: IParser<float>
Returns: IParser<float>

jint

Full Usage: jint

Returns: IParser<float>
Returns: IParser<float>

jnull

Full Usage: jnull

Returns: IParser<Json>
Returns: IParser<Json>

jnumber

Full Usage: jnumber

Returns: IParser<Json>
Returns: IParser<Json>

json

Full Usage: json

Returns: IParser<Json>
Returns: IParser<Json>

jsonParser

Full Usage: jsonParser

Returns: IParser<Json>
Returns: IParser<Json>

jstring

Full Usage: jstring

Returns: IParser<Json>
Returns: IParser<Json>

jvalue

Full Usage: jvalue

Returns: IParser<Json>
Returns: IParser<Json>

negJint

Full Usage: negJint

Returns: IParser<float>
Returns: IParser<float>

stringLiteral

Full Usage: stringLiteral

Returns: IParser<string>
Returns: IParser<string>

withWhitespace p

Full Usage: withWhitespace p

Parameters:
Returns: IParser<'a>
p : IParser<'a>
Returns: IParser<'a>

Type something to start searching.