Unexpected end-of-input in VALUE_STRING

When converting json file to dataset I am getting the this error. Could anyone assist on this.
Error:
“Unexpected end-of-input in VALUE_STRING at [Source: (com.dremio.exec.hadoop.FSDataInputStreamWrapper$ByteArrayFSInputStream); line: 68, column: 1158]”

@shrikanth

Is this a valid JSON? Like, does a JSON parser validate it as a JSON? Can we get a sample of one of the field?

Thanks, it was issue with json file…fixed it