Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
jiffy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Strings can be atoms or binaries
pull/98/head
Paul J. Davis
9 anni fa
parent
a32a12f8b5
commit
f284a1b2b0
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/jiffy.erl
+ 1
- 1
src/jiffy.erl
Vedi File
@ -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
(
)
}
]
}
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva