Property
|
Description
|
#chunked
|
Set to true if your native JSON objects are not separated by commas, such as with those using the JSON Lines format. For example:
{"Name":Sam,"Pet":"dog","vehicle":"car"}
{"Name":Denise,"Pet":"sugar bear","vehicle":"bike"}
The default is false.
|