Note: JSON sample files must use
.json or
.ndjson as the file extension to be properly inferred. Only newline-delimited JSON sample files should use the
.ndjson extension.
- A sample file that begins and ends with square brackets is inferred as a conventional JSON object. For this scenario, you cannot change the inferred subtype.
- A sample file that contains a single object that spans multiple lines is inferred as a conventional JSON object.
- A sample file that contains one or more single-line JSON objects is inferred as a newline-delimited JSON object.