json:decode-json-from-string

说明:将json字符串解码成list

用法:
 (json:decode-json-from-string str)

参数:1 str : 字符串;

返回值:list

示例: