json
json copied to clipboard
a portable, powerful and pure functional JSON library for Scheme
Results
1
json issues
Sort by
recently updated
recently updated
newest added
当字符串里面本身带有引号时,json->string方法输出的格式有问题。需要对字符串进行转换处理。 使用你的core库解决此问题。 ``` scheme $ git diff -w HEAD diff --git a/json.sc b/json.sc index 29f92e1..6748fd3 100644 --- a/json.sc +++ b/json.sc @@ -36,6 +36,7 @@ (import (scheme) (only (core alist) vector->alist)...