Baldurien - 2014-07-02

Hi,

I'm using JSON Editor in Eclipse Luna, and while I appreciate it, I'd like to know if it would be possible to allow some JSON extension as seen in Jackson JSON libraries (or GSON, etc) :

  • allow C++/Java comments, like // and / /
  • allow property without " (like {val: "foobar"}
  • allow string surrounded by ' instead of "

The first two are not so rare when considering JSON for configuration.

Or

I'd like to know how to disable validation (I have errors due to // comments).