guys:
I am using eclipse version of 2018-12. My project has a lot of JSON files in test resources folder which have duplicate key problem. Can I set up eclipse to enforce eclipse to ignore these errors?
I tried as said in the following link, but it did not work: eclipse neon - ignore json error
I understand that JSON does not permit duplicate key, but this is the project test resource that I am NOT allowed to change, and eclipse marked too many errors, which distracted me from real bugs.
Thank you in advance.