Skip to content

Commit

Permalink
README: Numbers are restricted to real.
Browse files Browse the repository at this point in the history
Integer + float, actually, but let's not get picky...
  • Loading branch information
aartaka committed Oct 6, 2023
1 parent ca1c3de commit 286ff68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Plug-n-play usability and type variety are much higher of a priority
than the performance. The types NJSON returns from its methods (and
that your own methods extending NJSON should expect/return) are:

- Lisp ~number~-s for JSON numbers.
- Lisp ~real~-s for JSON numbers.
- Lisp strings for JSON strings.
- ~:null~ for JSON ~null~.
- ~t~ for ~true~ and ~nil~ for ~false~.
Expand Down

0 comments on commit 286ff68

Please sign in to comment.