omdsh-dev/dsh-tool-json

Plugin ⭐ 3 MIT datatools

DSH JSON 查询工具插件:JMESPath 子集查询,零依赖递归下降解析器

Install

DSH Agent
    │ ctx.tools.register()
    ▼
src/index.ts(Cordis 插件入口 + action 分发)
    │
    ▼
src/query.ts
    ├── parseQuery() — 递归下降解析器(strict 语法 + 转义 + 上限)
    ├── executeQuery() — 执行器(错误分类 + 投影上限)
    └── normalizeInput() — 双形态输入 + assertJsonCompatible 校验

Add omdsh-dev/dsh-tool-json to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.