Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
jiffy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
Strings can be atoms or binaries
pull/98/head
Paul J. Davis
9 anos atrás
pai
a32a12f8b5
commit
f284a1b2b0
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/jiffy.erl
+ 1
- 1
src/jiffy.erl
Ver arquivo
@ -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
(
)
}
]
}
.
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar