Ai
10 Star 25 Fork 6

@lisp CAD应用云/@lisp 函数库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
decode-json-from-string.lsp 149 Bytes
一键复制 编辑 原始数据 按行查看 历史
VitalGG 提交于 2025-05-18 07:39 +08:00 . json2list
(defun json:decode-json-from-string (str)
"将json字符串解码成list"
"list"
(read (@::post (strcat (@::uri)"/api/decode-json")
str)))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lisp
1
https://gitee.com/atlisp/atlisp-lib.git
git@gitee.com:atlisp/atlisp-lib.git
atlisp
atlisp-lib
@lisp 函数库
main

搜索帮助