Support for less strict JSON
Rybadour opened this issue · 2 comments
Rybadour commented
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.
simeji commented
@Rybadour Thx for your proposal.
But, I don't feel like supporting strict JSON.
I think JSON should be used in the right format.
simeji commented
If you had requests any more, please reopen this issue.