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

  1. object CustomJsonFraming

    Provides JSON framing Akka operator that can separate valid JSON objects from incoming akka.util.ByteString objects.

  2. object CustomJsonObjectParser

    Customized JSON object parser

Ungrouped