Skip to content

Commit

Permalink
Documentation (and version) updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmarek committed Aug 27, 2021
1 parent 320a155 commit e542b4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3 xmlns=""><a class="none" name="install">Download and Installation</a></h3>
<p>
YASON has its permanent home at <a href="https://github.com/hanshuebner/yason/">GitHub</a>.
It can be obtained by downloading the <a href="https://github.com/downloads/hanshuebner/yason/yason.tar.gz">release
tarball</a>. The current release is 0.7.6.
tarball</a>. The current release is 0.8.3.
</p>
<p>
You may also check out the current development version from its
Expand Down Expand Up @@ -401,6 +401,17 @@ <h4 xmlns=""><a name="dom-encoder-dict">DOM encoder dictionary</a></h4>
</clix:description></blockquote></p>


<p xmlns="">
[Special variable]<br><a class="none" name="*symbol-encoder*"><b>*symbol-encoder*</b></a><blockquote><clix:description xmlns:clix="http://bknr.net/clixdoc">
Function to call to translate a CL symbol into a JSON string.
The default is to error out, to provide backwards-compatible behaviour.
<p xmlns="http://www.w3.org/1999/xhtml">
A useful function that can be bound to this variable is
<code xmlns=""><a href="#yason:encode-symbol-as-lowercase.">YASON:ENCODE-SYMBOL-AS-LOWERCASE.</a></code>
</p>
</clix:description></blockquote></p>


<p xmlns="">
[Special variable]<br><a class="none" name="*symbol-key-encoder*"><b>*symbol-key-encoder*</b></a><blockquote><clix:description xmlns:clix="http://bknr.net/clixdoc">
Defines the policy to encode symbols as keys (eg. in hash tables).
Expand Down Expand Up @@ -698,6 +709,7 @@ <h3 xmlns=""><a class="none" name="index">Symbol index</a></h3>
<li><code><a href="#*parse-json-null-as-keyword*">*parse-json-null-as-keyword*</a></code></li>
<li><code><a href="#*parse-object-as*">*parse-object-as*</a></code></li>
<li><code><a href="#*parse-object-key-fn*">*parse-object-key-fn*</a></code></li>
<li><code><a href="#*symbol-encoder*">*symbol-encoder*</a></code></li>
<li><code><a href="#*symbol-key-encoder*">*symbol-key-encoder*</a></code></li>
<li><code><a href="#encode">encode</a></code></li>
<li><code><a href="#encode-alist">encode-alist</a></code></li>
Expand Down
2 changes: 1 addition & 1 deletion yason.asd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(defsystem :yason
:name "YASON"
:author "Hans Huebner <hans@huebner.org>"
:version "0.8.2"
:version "0.8.3"
:licence "BSD"
:description "JSON parser/encoder"
:long-description "YASON is a Common Lisp library for encoding and
Expand Down

0 comments on commit e542b4c

Please sign in to comment.