获取Json值
<h1>功能</h1>
<p>获取指定类型的JJson值。</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>
<tr>
<td>Key</td>
<td>【字符串】键名,需要获取的键名</td>
<td>'Name'</td>
</tr>
<tr>
<td>数据类型</td>
<td>【枚举】Boolean/Double/Currency/Int/String,根据需要选择</td>
<td>String</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>Value</td>
<td>【字符串】获取键名对应下的键值</td>
<td>创建变量</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>一般与设置Json值一起使用。</p>
<h1>相关函数</h1>
<p>设置Json值</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/3230f5ef184b00e1891170b0852a89a2" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/641639c00e2eebf07b4e71852f8e9c86" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/b752ea9aa38d61e59463368af23993e4" title="[组件[获取Json值函数示例]_20210414.db">组件[获取Json值函数示例]_20210414.db</a></p>