Class | Description |
---|---|
JsonArraySplitter |
Implementation of
JsonSplitter that splits a json array that is one of the root fields of the document
into json object nodes. |
JsonRootArraySplitter |
Implementation of
JsonSplitter that splits a json array that is the root element of the document into json
object nodes. |
JsonSplitter |
Utility for efficiently splitting/stripping a json document into one or more json object nodes.
|