Ver a proveniência

Strings can be atoms or binaries

pull/98/head
Paul J. Davis há 9 anos
ascendente
cometimento
f284a1b2b0
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/jiffy.erl

+ 1
- 1
src/jiffy.erl Ver ficheiro

@ -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()}]}.

Carregando…
Cancelar
Guardar