ruby/ext/json
Jean Boussier bfdf02ea72 pretty_generate: don't apply object_nl / array_nl for empty containers
Fix: https://github.com/ruby/json/issues/437

Before:

```json
{
  "foo": {
  },
  "bar": [
  ]
}
```

After:

```json
{
  "foo": {},
  "bar": []
}
```
2024-10-26 18:44:15 +09:00
..
fbuffer [ruby/json] Get rid of some more outdated compatibility code 2024-10-17 13:02:13 +00:00
generator pretty_generate: don't apply object_nl / array_nl for empty containers 2024-10-26 18:44:15 +09:00
lib [ruby/json] Start 2.8.0 development 2024-10-26 18:44:15 +09:00
parser [ruby/json] JSON.dump / String#to_json: raise on invalid encoding 2024-10-26 18:44:15 +09:00
depend Added depend files 2019-07-14 01:31:29 +09:00
json.gemspec Set Ruby 2.7 as the required version 2024-10-26 18:44:15 +09:00