Packages

package json

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object CustomJsonFraming

    Provides JSON framing Pekko operator that can separate valid JSON objects from incoming org.apache.pekko.util.ByteString objects.

  2. object CustomJsonObjectParser

    Customized JSON object parser

Ungrouped