Wrapl, The Programming Language
Home
About
Features
Status
Contact
Documentation
Tutorial
Reference
Syntax
Expressions
Sample
Libraries
Download
Source
Binaries
Links
Other Languages
Development Tools
Libraries
Discuss
Mailing List
Forum
Search
Libraries
Json
.
Parser
Types
T
Inherits from:
IO.Stream.WriterT
,
IO.Stream.T
Functions
New
(
)
Methods
:finish
(
t
@
T
)
:
T
Finishes parsing
:onarrayend
(
_
@
T
)
:onarraystart
(
_
@
T
)
:onfinal
(
_
@
T
)
:onmapend
(
_
@
T
)
:onmappair
(
_
@
T
)
:onmapstart
(
_
@
T
)
:onvalue
(
_
@
T
)
:parse
(
t
@
T
,
buffer
@
Std.Address.T
,
length
@
Std.Integer.SmallT
)
:
T
Parses
length
bytes from
buffer
and calls the appropiate event handlers
:parse
(
t
@
T
,
string
@
Std.String.T
)
:
T
Parses string and calls the appropiate event handlers
:userdata
(
_
@
T
)
Parser
Types
Functions
Methods