💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## jsonencode ###接口说明 >将map或vector转换成json格式的字符串 > +++ put:jsonencode map:value=map或vector# <<< success 返回json格式的字符串 +++ ###代码演示 ~~~ var m = new map; m["s"] = 1; var s = jsonencode(m); println(s); ~~~