Json转字符串
<h1>功能</h1>
<p>将Json对象转换成字符串。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>Json</td>
<td>【TJson】Json对象,一般直接填写脚本里此函数前面其它Json相关函数传递的Json对象变量</td>
<td>一般直接选择此函数前面其它Json相关函数传递的Json对象变量名</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>结果</td>
<td>【字符串】字符串转换后的结果</td>
<td>创建变量名</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.Json里含有中文时,暂不支持转换(当前使用版本为2021.03.29版本)。</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/c33528f5ede21fb1f0f7619babb525a6" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/b6481cc18ceca03516a74b9decbb772a" title="[组件[Json转字符串函数示例]_20210414.db">组件[Json转字符串函数示例]_20210414.db</a></p>