parent
e1599574ff
commit
5868430718
1 changed files with 5 additions and 10 deletions
15
src/jsx.erl
15
src/jsx.erl
|
@ -41,16 +41,11 @@
|
||||||
-endif.
|
-endif.
|
||||||
|
|
||||||
|
|
||||||
-type json_term()
|
-type json_term() :: [{binary() | atom(), json_term()}] | [{}]
|
||||||
:: [{binary() | atom(), json_term()}]
|
| [json_term()] | []
|
||||||
| [json_term()]
|
| true | false | null
|
||||||
| true
|
| integer() | float()
|
||||||
| false
|
| binary() | atom().
|
||||||
| null
|
|
||||||
| integer()
|
|
||||||
| float()
|
|
||||||
| binary()
|
|
||||||
| atom().
|
|
||||||
|
|
||||||
-type json_text() :: binary().
|
-type json_text() :: binary().
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue