<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
	<id>http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlJson2List</id>
	<title>LlJson2List - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlJson2List"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlJson2List&amp;action=history"/>
	<updated>2026-06-01T06:21:47Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=LlJson2List&amp;diff=719&amp;oldid=prev</id>
		<title>Ty：创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: list llJson2List( string src ); |参数= 参数：string	s…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlJson2List&amp;diff=719&amp;oldid=prev"/>
		<updated>2020-08-20T11:59:51Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: list llJson2List( string src ); |参数= 参数：string	s…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{函数详情&lt;br /&gt;
|函数名 = Function: list llJson2List( string src );&lt;br /&gt;
|参数= 参数：string	src&lt;br /&gt;
|返回值= 返回值：返回一个通过解析 src 生成的列表，这是一个表示 json 的字符串&lt;br /&gt;
&lt;br /&gt;
|注意事项=无&lt;br /&gt;
&lt;br /&gt;
|示例=&lt;br /&gt;
示例一&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
string Json2CSV(string jcsv){//Converts a Json into a string of comma separated values. == Removes the top level [ and ] and all &amp;quot; from top level JSON_STRING values.&lt;br /&gt;
    list li = llJson2List(jcsv);&lt;br /&gt;
    return llList2CSV(li);&lt;br /&gt;
}&lt;br /&gt;
//If the Json is a 1-dimensional array of strings like &amp;quot;[\&amp;quot;a\&amp;quot;,\&amp;quot;b\&amp;quot;,\&amp;quot;c\&amp;quot;]&amp;quot;, the returned CSV-string will be: &amp;quot;a,b,c&amp;quot; //This is a much shorter CSV that will save some memory.&lt;br /&gt;
//If the Json contains a nested arrays like &amp;quot;[[1,2],[\&amp;quot;PI\&amp;quot;,4]]&amp;quot;, the returned csv string will be : &amp;quot;[1,2],[\&amp;quot;Pi\&amp;quot;,4]&amp;quot; &lt;br /&gt;
//&amp;quot;[1,2],[\&amp;quot;Pi\&amp;quot;,4]&amp;quot; is not a very readable CSV-string and not shortened by much. &amp;quot;PI&amp;quot; is not a top level string value because it is nested 1 level deeper. llJson2List unescapes those&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|相关函数=&lt;br /&gt;
[[llList2Json]]&lt;br /&gt;
[[llJsonGetValue]]&lt;br /&gt;
[[llJsonSetValue]]&lt;br /&gt;
[[llJsonValueType]]&lt;br /&gt;
|相关事件=无&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ty</name></author>
		
	</entry>
</feed>