- Aug 27, 2021
-
-
Philipp Marek authored
-
Philipp Marek authored
-
- Nov 23, 2020
-
-
Philipp Marek authored
-
Philipp Marek authored
-
- Nov 20, 2020
-
-
samuel-jimenez authored
-
- Nov 08, 2020
-
-
Philipp Marek authored
-
- Oct 16, 2020
-
-
Philipp Marek authored
-
Philipp Marek authored
-
Philipp Marek authored
-
- Oct 12, 2020
-
-
Philipp Marek authored
-
- Sep 29, 2020
- Sep 27, 2020
-
-
Xin Wang authored
-
- Sep 09, 2020
-
-
Philipp Marek authored
-
Philipp Marek authored
-
- Aug 22, 2020
-
-
Philipp Marek authored
-
Philipp Marek authored
-
- Aug 19, 2020
-
-
Philipp Marek authored
-
- Aug 18, 2020
-
-
Philipp Marek authored
-
- May 21, 2020
-
-
Philipp Marek authored
Fixes #53.
-
Philipp Marek authored
-
- May 13, 2020
-
-
samuel-jimenez authored
Restore order of alist to original JSON string
-
- Feb 02, 2020
-
-
Philipp Marek authored
This will be used eg. for VLIME communication.
-
- Dec 03, 2019
-
-
Philipp Marek authored
-
Philipp Marek authored
-
Philipp Marek authored
-
Philipp Marek authored
See also #36.
-
Philipp Marek authored
This is needed to convert nested alists, when one of the values is "only" a normal list.
-
Philipp Marek authored
-
- Aug 28, 2019
-
-
Philipp Marek authored
-
Philipp Marek authored
JSON arrays are the default; setting the *LIST-ENCODE* will produce JSON objects from ALISTs or PLISTs.
-
Philipp Marek authored
Escape control and non-BMP characters as required by the spec.
-
Hans Hübner authored
Fix https://github.com/hanshuebner/yason/issues/43, default to a GENSYM.
-
-
- Nov 16, 2018
-
-
Matthew Stickney authored
-
Matthew Stickney authored
Non-BMP characters must be escaped as a utf-16 surrogate pair, and control characters must be escaped rather than included directly.
-
- Nov 12, 2018
-
-
Hans Hübner authored
Fix specializer for null surrogate value.
-
- Nov 11, 2018
-
-
Matthew Stickney authored
When YASON:*PARSE-JSON-NULL-AS-KEYWORD* is non-NIL, the result of parsing "null" is a keyword, not a symbol in the yason package, so the encoding method needs to be specialized on the keyword.
-
- Nov 04, 2018
-
-
Hans Hübner authored
Properly skip whitespace when more data is not available (yet)
-
Matthew Stickney authored
-