Procházet zdrojové kódy

Strings can be atoms or binaries

pull/98/head
Paul J. Davis před 9 roky
rodič
revize
f284a1b2b0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/jiffy.erl

+ 1
- 1
src/jiffy.erl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit