-
public final class JSONArrayProcessor
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleancompleteprivate final SuspendFunction1<JSONValue, Unit>consume
-
Constructor Summary
Constructors Constructor Description JSONArrayProcessor(Boolean openingBracketSeen, SuspendFunction1<JSONValue, Unit> consume)
-
Method Summary
Modifier and Type Method Description final UnitacceptInt(Integer ch)final BooleangetComplete()final SuspendFunction1<JSONValue, Unit>getConsume()-
-
Constructor Detail
-
JSONArrayProcessor
JSONArrayProcessor(Boolean openingBracketSeen, SuspendFunction1<JSONValue, Unit> consume)
-
-
Method Detail
-
getComplete
final Boolean getComplete()
-
getConsume
final SuspendFunction1<JSONValue, Unit> getConsume()
-
-
-
-