Merge pull request #16 from emptytea/master
fixed punctuation, thanks minn
This commit is contained in:
commit
0c37ad58f3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ to minify a json string: `jsx:format(JSON)`
|
||||||
|
|
||||||
json must be a binary encoded in `utf8`. if it's invalid `utf8` or invalid json, it probably won't parse without errors. there are a few non-standard extensions to the parser available that may change that, they are detailed in the options section below
|
json must be a binary encoded in `utf8`. if it's invalid `utf8` or invalid json, it probably won't parse without errors. there are a few non-standard extensions to the parser available that may change that, they are detailed in the options section below
|
||||||
|
|
||||||
jsx also supports json fragments; valid json values that are not complete json. that means jsx will parse things like `<<"1">>`, `<<"true">>` and `<<"\"hello world\"">>` without complaint
|
jsx also supports json fragments: valid json values that are not complete json. that means jsx will parse things like `<<"1">>`, `<<"true">>` and `<<"\"hello world\"">>` without complaint
|
||||||
|
|
||||||
#### erlang ####
|
#### erlang ####
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue