package json
- Alphabetic
- Public
- All
Type Members
-
class
CustomJsonObjectParser extends AnyRef
Framing parser that given any number of org.apache.pekko.util.ByteString chunks return one org.apache.pekko.util.ByteStrings for each complete JSON object in the first array property named "propertyName".
Framing parser that given any number of org.apache.pekko.util.ByteString chunks return one org.apache.pekko.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 Pekko operator that can separate valid JSON objects from incoming org.apache.pekko.util.ByteString objects.
-
object
CustomJsonObjectParser
Customized JSON object parser