parent
5caa23db97
commit
e912f80390
4 changed files with 37 additions and 9 deletions
|
|
@ -37,7 +37,7 @@ private[akka] object JsonObjectParser {
|
|||
* INTERNAL API: Use [[akka.stream.scaladsl.JsonFraming]] instead.
|
||||
*
|
||||
* **Mutable** framing implementation that given any number of [[ByteString]] chunks, can emit JSON objects contained within them.
|
||||
* Typically JSON objects are separated by new-lines or comas, however a top-level JSON Array can also be understood and chunked up
|
||||
* Typically JSON objects are separated by new-lines or commas, however a top-level JSON Array can also be understood and chunked up
|
||||
* into valid JSON objects by this framing implementation.
|
||||
*
|
||||
* Leading whitespace between elements will be trimmed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue