| Interface | Description |
|---|---|
| JSONCoBuilder |
| Class | Description |
|---|---|
| JSONArrayCoPipeline<R> |
A (coroutine) pipeline that accepts a JSON array as a stream of Unicode code points and emits a
JSONValue for each
item in the array. |
| JSONArrayProcessor | |
| JSONCoArrayBuilder | |
| JSONCoKeywordBuilder | |
| JSONCoNumberBuilder | |
| JSONCoObjectBuilder | |
| JSONCoStream | |
| JSONCoStringBuilder | |
| JSONCoValueBuilder | |
| JSONDeserializerCoPipeline<E,R> |
A pipeline that takes a JSONValue and emits the deserialized value.
|