But it doesn't accept things like the example that omits an intermediate comma:
{ "foo": 42 "bar": 123 } > hujson: line 3, column 5: invalid character '"' after object value (expecting ',' or '}')
But it doesn't accept things like the example that omits an intermediate comma: