package json
- Alphabetic
- Public
- All
Type Members
-
class
CustomJsonObjectParser extends AnyRef
Framing parser that given any number of akka.util.ByteString chunks return one akka.util.ByteStrings for each complete JSON object in the first array property named "propertyName".
Framing parser that given any number of akka.util.ByteString chunks return one akka.util.ByteStrings for each complete JSON object in the first array property named "propertyName". The initial property scan discards everything until the "propertyName" is found, and once the "propertyName is found, it starts returning the JSON objects in the array. Whitespace leading, between, and trailing the elements will be trimmed.
Value Members
-
object
CustomJsonFraming
Provides JSON framing Akka operator that can separate valid JSON objects from incoming akka.util.ByteString objects.
-
object
CustomJsonObjectParser
Customized JSON object parser