Java io.vertx.core.parsetools JsonParser fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.parsetools JsonParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.parsetools JsonParser.

The text is from its open source code.

Method

JsonParserarrayEventMode()
Flip the parser to emit a stream of events for each new json array.
JsonParserarrayValueMode()
Flip the parser to emit a single value event for each new json array.
voidend()
End the stream, this must be called after all the json stream has been processed.
JsonParserexceptionHandler(Handler handler)
voidhandle(E event)
Something has happened, so handle it.
JsonParserhandler(Handler handler)
JsonParsernewParser()
Create a new JsonParser instance.
JsonParserobjectEventMode()
Flip the parser to emit a stream of events for each new json object.
JsonParserobjectValueMode()
Flip the parser to emit a single value event for each new json object.