Json Parser — JSON 数据解析器
v2.1.0解析和验证来自构建 API、IoT 传感器和 BIM 导出的 JSON 数据。将嵌套 JSON 转换为平面 DataFrame。
0· 1.4k·5 当前·5 累计
运行时依赖
OSWindows
安装命令
点击复制官方npx clawhub@latest install json-parser
镜像加速npx clawhub@latest install json-parser --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Json Parser — JSON 数据解析器 安装说明: 安装命令:["openclaw skills install json-parser"] 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载
技能文档
简介
Json Parser 技能用于解析和验证来自构建 API、IoT 传感器和 BIM 导出的 JSON 数据,并将嵌套 JSON 转换为易于使用的平面 DataFrame。使用示例
# 示例代码:解析 JSON 并转换为 DataFrame
import pandas as pd
json_data = {...}
# 使用 Json Parser 技能解析 json_data 并转换为 DataFrame