查看“LlList2Json”的源代码
←
LlList2Json
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: string llList2Json( string type, list values ); |参数= 参数: string type list values |返回值= 返回值: 返回一个字符串,该字符串或者被序列化为 json 类型,或者如果遇到了 json _ invalid 错误。 |注意事项= 注意,字符串值项被解释为 json,而不是 lsl 字符串。如果需要,必须明确地添加引号。例如,lljson2list (lllist2json (json _ array,[“ bacon” ,“ true” ,“ false” ,“ null”])返回 lsl list [“ bacon” ,“ json _ true,json _ false,json _ null ] ,而 lljson2list (lllist2json (json _ array,”“ bacon” ,”” true” ,” false” ,” null”)返回 lsl list [“ bacon” ,” true” ,” false” ,” null”] |示例= 示例一 <pre> string CSV2Json(string csv) { list li = llCSV2List(csv); return llList2Json(JSON_ARRAY, li); } // This function converts a comma separated values string to a Json array string. // CSV strings are often used for link-messages, notecards and they are easier to type as input commands. // A Json-Array can store multiple of those as a nested list within the same Json-string via JSON_APPEND </pre> |相关函数= [[llJson2List]] [[llJsonGetValue]] [[llJsonSetValue]] [[llJsonValueType]] |相关事件=无 }}
该页面使用的模板:
模板:LSL Header
(
查看源代码
)
模板:LSLC
(
查看源代码
)
模板:LSLGC
(
查看源代码
)
模板:Multi-lang
(
查看源代码
)
模板:函数详情
(
查看源代码
)
返回至
LlList2Json
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
网站首页
知识百科
编辑帮助
最近更改
工具
链入页面
相关更改
特殊页面
页面信息