Is it possible to allow comments in JSON file?
I have a JSON file with comment lines marked with //
on the beginning. The file is properly read by com.fasterxml.jackson.databind.ObjectMapper
, but JSON editor marks it as error (Expected value at row:column
) and whole project is marked with error.
Is it possible to allow comments or disable validation for one file only?