Parcourir la source

Strings can be atoms or binaries

pull/98/head
Paul J. Davis il y a 9 ans
Parent
révision
f284a1b2b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/jiffy.erl

+ 1
- 1
src/jiffy.erl Voir le fichier

@ -19,7 +19,7 @@
| json_array().
-type json_array() :: [json_value()].
-type json_string() :: binary().
-type json_string() :: atom() | binary().
-type json_number() :: integer() | float().
-type json_object() :: {[{json_string(),json_value()}]}.

Chargement…
Annuler
Enregistrer