ruby/ext/json/generator
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
..
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb [ruby/json] Compile with std=c99 2024-10-26 18:44:15 +09:00
generator.c pretty_generate: don't apply object_nl / array_nl for empty containers 2024-10-26 18:44:15 +09:00
generator.h [ruby/json] Get rid of the remaining tabs. 2024-10-26 18:44:15 +09:00