public class JSONArrayProcessor
public static int OPENING_BRACKET
public static int CLOSING_BRACKET
public static int COMMA
public static net.pwall.json.stream.JSONArrayProcessor.Companion Companion
public JSONArrayProcessor(boolean openingBracketSeen,
@NotNull
kotlin.jvm.functions.Function2<? super net.pwall.json.JSONValue,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> consume)
public boolean getComplete()
@Nullable
public java.lang.Object acceptInt(int ch,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
@NotNull public kotlin.jvm.functions.Function2<net.pwall.json.JSONValue,kotlin.coroutines.Continuation,java.lang.Object> getConsume()