simeji/jid

Support for less strict JSON

Rybadour opened this issue · 2 comments

Could we get support for JSON that isn't so strictly formatted:

{
  foo: "bar",
  // Comment for good measure
  baz: "foo",
}

In the wild JSON is going to appear like this a lot.

@Rybadour Thx for your proposal.
But, I don't feel like supporting strict JSON.
I think JSON should be used in the right format.

If you had requests any more, please reopen this issue.