Class JSONSplitter<T extends JSONWriteHandle>

java.lang.Object
com.marklogic.client.datamovement.JSONSplitter<T>
Type Parameters:
T - The type of the handle used for each split payload
All Implemented Interfaces:
Splitter<T>

public class JSONSplitter<T extends JSONWriteHandle> extends Object implements Splitter<T>
The JSONSplitter is used to split large JSON file into separate payloads for writing to the database. The JSON file is typically an array containing an object for each record. JSONSplitter could split each targeted object or array into separate files.