ruby/ext/json/lib/json
Nobuyoshi Nakada 768668a4de [flori/json] Remove unnecessary code
In `JSON#generate` and `JSON#fast_generate`:

- When the given `opts` is a `JSON::State` the variable is set to
  `nil`.
- But it will be never used as the next `if` blocks will not be
  executed.
- `JSON::State#configure` does the conversion to `Hash`, the
  conversions in the `if` block are just duplication.
- `JSON::State.new` does the same thing with `configure` when an
  argument is given.

5d9ab87f8e
2023-07-19 00:02:58 +09:00
..
add [flori/json] Skip BigDecimal tests when it's missing to load 2023-07-18 12:25:55 +09:00
common.rb [flori/json] Remove unnecessary code 2023-07-19 00:02:58 +09:00
ext.rb
generic_object.rb
version.rb Merge json-2.6.3 2022-12-09 16:36:22 +09:00