@ntix/parsing
Preparing search index...
RootParser
Class RootParser
A parser
Implements
IRoot
.
Parser
Index
Constructors
constructor
Properties
array
boolean
date
dictionary
float
int
json
parse
string
Accessors
not
required
Methods
for
use
Constructors
constructor
new
RootParser
(
parseCurrent
:
ICurrentParser
<
unknown
>
,
negate
?:
boolean
,
)
:
RootParser
Parameters
parseCurrent
:
ICurrentParser
<
unknown
>
negate
:
boolean
= false
Returns
RootParser
Properties
Readonly
array
array
:
NextBuilder
<
IArray
.
Parser
>
= ...
Readonly
boolean
boolean
:
IBoolean
.
Parser
= ...
Readonly
date
date
:
IDate
.
Parser
= ...
Readonly
dictionary
dictionary
:
IDictionary
.
Parser
= ...
Readonly
float
float
:
IFloat
.
Parser
= ...
Readonly
int
int
:
IInt
.
Parser
= ...
Readonly
json
json
:
IJson
.
Parser
= ...
Readonly
parse
parse
:
IParse
<
unknown
>
= ...
Readonly
string
string
:
IString
.
Parser
= ...
Accessors
not
get
not
()
:
RootParser
Returns
RootParser
required
get
required
()
:
RootParser
Returns
RootParser
Methods
Readonly
for
for
<
T
>
(
schema
:
ComplexSchema
<
T
>
)
:
IComplex
.
Parser
<
T
>
Type Parameters
T
Parameters
schema
:
ComplexSchema
<
T
>
Returns
IComplex
.
Parser
<
T
>
Readonly
use
use
<
T
>
(
parser
:
IParser
<
T
>
)
:
{
parse
:
IParse
<
T
>
}
Type Parameters
T
Parameters
parser
:
IParser
<
T
>
Returns
{
parse
:
IParse
<
T
>
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
array
boolean
date
dictionary
float
int
json
parse
string
Accessors
not
required
Methods
for
use
@ntix/parsing
Loading...
A parser