解析当前 JSON 字符串为 BT 值。
string.parse_json()
无参数。
result = '{"name":"BT"}'.parse_json() // 输出:BT echo(result.name)