add atom to values allowed in to be encoded terms

This commit is contained in:
alisdair sullivan 2013-12-12 11:31:38 -08:00
parent 9a36b774ae
commit 123f8208d0

View file

@ -53,7 +53,8 @@
| null | null
| integer() | integer()
| float() | float()
| binary(). | binary()
| atom().
-type json_text() :: binary(). -type json_text() :: binary().