- Index
- »
- util
- »
- JsonInStream
type
JsonInStream
@Js
class JsonInStream : InStream
JsonInStream reads objects from Javascript Object Notation (JSON).
See pod doc for details.
constructors
| make |
Construct by wrapping given input stream. |
|---|
methods
| readJson |
Read a JSON object from this stream and return one of the follow types |
|---|
Slot Details
make
new make(InStream in)
Construct by wrapping given input stream.