Package com.here.platform.data.client.json
package com.here.platform.data.client.json
-
ClassDescriptionThis class is used internally by AsyncParser to signal that we've reached the end of the particular input we were given.Trait used when the data to be parsed is in UTF-8.CharBuilder is a specialized way to build Strings.Provides JSON framing Pekko operator that can separate valid JSON objects from incoming
ByteStringobjects.EnumSerializer<T extends Enum<T>>Facade<J>Facade is a type class that describes how Jawn should construct JSON AST elements of type J.FContext<J>FContext is used to construct nested JSON values.Parser<J>Parser implements a state machine for correctly parsing JSON data.AsyncParser is able to parse chunks of data (encoded as Option[ByteBuffer] instances) and parse asynchronously.RawFacade<J>Facade is a type class that describes how Jawn should construct JSON AST elements of type J.RawFContext<J>FContext is used to construct nested JSON values.