@@ -81,7 +81,7 @@ <h3 xmlns=""><a class="none" name="install">Download and Installation</a></h3>
81
81
< p >
82
82
YASON has its permanent home at < a href ="https://github.com/hanshuebner/yason/ "> GitHub</ a > .
83
83
It can be obtained by downloading the < a href ="https://github.com/downloads/hanshuebner/yason/yason.tar.gz "> release
84
- tarball</ a > . The current release is 0.7.6 .
84
+ tarball</ a > . The current release is 0.8.3 .
85
85
</ p >
86
86
< p >
87
87
You may also check out the current development version from its
@@ -401,6 +401,17 @@ <h4 xmlns=""><a name="dom-encoder-dict">DOM encoder dictionary</a></h4>
401
401
</ clix:description > </ blockquote > </ p >
402
402
403
403
404
+ < p xmlns ="">
405
+ [Special variable]< br > < a class ="none " name ="*symbol-encoder* "> < b > *symbol-encoder*</ b > </ a > < blockquote > < clix:description xmlns:clix ="http://bknr.net/clixdoc ">
406
+ Function to call to translate a CL symbol into a JSON string.
407
+ The default is to error out, to provide backwards-compatible behaviour.
408
+ < p xmlns ="http://www.w3.org/1999/xhtml ">
409
+ A useful function that can be bound to this variable is
410
+ < code xmlns =""> < a href ="#yason:encode-symbol-as-lowercase. "> YASON:ENCODE-SYMBOL-AS-LOWERCASE.</ a > </ code >
411
+ </ p >
412
+ </ clix:description > </ blockquote > </ p >
413
+
414
+
404
415
< p xmlns ="">
405
416
[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 ">
406
417
Defines the policy to encode symbols as keys (eg. in hash tables).
@@ -698,6 +709,7 @@ <h3 xmlns=""><a class="none" name="index">Symbol index</a></h3>
698
709
< li > < code > < a href ="#*parse-json-null-as-keyword* "> *parse-json-null-as-keyword*</ a > </ code > </ li >
699
710
< li > < code > < a href ="#*parse-object-as* "> *parse-object-as*</ a > </ code > </ li >
700
711
< li > < code > < a href ="#*parse-object-key-fn* "> *parse-object-key-fn*</ a > </ code > </ li >
712
+ < li > < code > < a href ="#*symbol-encoder* "> *symbol-encoder*</ a > </ code > </ li >
701
713
< li > < code > < a href ="#*symbol-key-encoder* "> *symbol-key-encoder*</ a > </ code > </ li >
702
714
< li > < code > < a href ="#encode "> encode</ a > </ code > </ li >
703
715
< li > < code > < a href ="#encode-alist "> encode-alist</ a > </ code > </ li >
0 commit comments