Skip to content

Commit

Permalink
Remove simplejson mention
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Oct 30, 2022
1 parent f290329 commit 7219ca3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/userguide/calling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,7 @@ them into the Kombu serializer registry
Each option has its advantages and disadvantages.

json -- JSON is supported in many programming languages, is now
a standard part of Python (since 2.6), and is fairly fast to decode
using modern Python libraries, such as :pypi:`simplejson`.
a standard part of Python (since 2.6), and is fairly fast to decode.

The primary disadvantage to JSON is that it limits you to the following
data types: strings, Unicode, floats, Boolean, dictionaries, and lists.
Expand Down

0 comments on commit 7219ca3

Please sign in to comment.