json
<h3>json <a href="https://www.cnblogs.com/bigberg/p/6430095.html">https://www.cnblogs.com/bigberg/p/6430095.html</a></h3>
<pre><code>import json</code></pre>
<ol>
<li>字典 转换为 字符串:<code>json.pumps()</code>
<pre><code>
dict = []
json_str = json.dumps(test_dict)</code></pre></li>
</ol>