Parse a JSON schema from a JSON object or an array of JSON objects and add it to the schema builder.
Passing delimiter will split the JSON objects more efficiently in parallel, and should result in a 2x speedup
for large JSON object files (either multiple JSON objects concatenated together or a large JSON array).