Interface JsonProvider


public interface JsonProvider
Allows switching between JSON arrays and JSON lines when attempting to split a payload.

This is generally used by services that want to operate on individual JSON objects, and want to be able to switch between JSON arrays and JSON lines.