Skip to content

Commit

Permalink
Merge pull request #571 from mperham/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hsbt committed Mar 5, 2024
2 parents 92c91e2 + def9be2 commit 72d8d40
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Expand Up @@ -140,15 +140,6 @@ JSON JSON(1..10) # => 1..10
To find out how to add JSON support to other or your own classes, read the
section "More Examples" below.

To get the best compatibility to rails' JSON implementation, you can

```ruby
require 'json/add/rails'
```

Both of the additions attempt to require `'json'` (like above) first, if it has
not been required yet.

## Serializing exceptions

The JSON module doesn't extend `Exception` by default. If you convert an `Exception`
Expand Down

0 comments on commit 72d8d40

Please sign in to comment.