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.
|
||||
|
||||
|
||||
-type json_term()
|
||||
:: [{binary() | atom(), json_term()}]
|
||||
| [json_term()]
|
||||
| true
|
||||
| false
|
||||
| null
|
||||
| integer()
|
||||
| float()
|
||||
| binary()
|
||||
| atom().
|
||||
-type json_term() :: [{binary() | atom(), json_term()}] | [{}]
|
||||
| [json_term()] | []
|
||||
| true | false | null
|
||||
| integer() | float()
|
||||
| binary() | atom().
|
||||
|
||||
-type json_text() :: binary().
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue