{"id":51026633,"url":"https://github.com/gitstq/jsonlens-ts","last_synced_at":"2026-06-21T20:02:09.063Z","repository":{"id":362813291,"uuid":"1260881979","full_name":"gitstq/jsonlens-ts","owner":"gitstq","description":"🔍 JSONLens-TS - A modern TypeScript CLI tool for JSON visualization, analysis and transformation in terminal","archived":false,"fork":false,"pushed_at":"2026-06-06T02:18:43.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T04:12:25.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitstq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-06T01:31:28.000Z","updated_at":"2026-06-06T02:18:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gitstq/jsonlens-ts","commit_stats":null,"previous_names":["gitstq/jsonlens-ts"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gitstq/jsonlens-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonlens-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonlens-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonlens-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonlens-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitstq","download_url":"https://codeload.github.com/gitstq/jsonlens-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonlens-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34623906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-21T20:02:08.243Z","updated_at":"2026-06-21T20:02:09.057Z","avatar_url":"https://github.com/gitstq.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 JSONLens-TS\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-5.3+-blue.svg\" alt=\"TypeScript 5.3+\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Node.js-16+-green.svg\" alt=\"Node.js 16+\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"MIT License\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-lightgrey.svg\" alt=\"Platform\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eA Modern TypeScript CLI Tool for JSON Visualization, Analysis \u0026 Transformation\u003c/b\u003e\u003cbr\u003e\n  \u003cb\u003e现代化 TypeScript JSON 可视化、分析与转换 CLI 工具\u003c/b\u003e\u003cbr\u003e\n  \u003cb\u003e現代化 TypeScript JSON 視覺化、分析與轉換 CLI 工具\u003c/b\u003e\n\u003c/p\u003e\n\n---\n\n## 🌐 Language / 语言 / 語言\n\n- [English](#english)\n- [简体中文](#simplified-chinese)\n- [繁體中文](#traditional-chinese)\n\n---\n\n\u003ca name=\"english\"\u003e\u003c/a\u003e\n## 🇺🇸 English\n\n### 🎉 Introduction\n\n**JSONLens-TS** is a powerful, modern CLI tool built with TypeScript for developers who work with JSON data daily. Inspired by the popularity of JSON visualization tools like JSON Crack, JSONLens-TS brings the power of JSON analysis directly to your terminal — no browser required.\n\nWhether you're debugging API responses, analyzing configuration files, comparing data versions, or transforming nested structures, JSONLens-TS provides a comprehensive set of features to make your workflow faster and more efficient.\n\n**Key Differentiators:**\n- 🚀 **Terminal-native**: Works entirely in your terminal, no browser or GUI needed\n- 🎨 **Beautiful output**: Colorized tree views with intuitive icons\n- 🔧 **TypeScript-first**: Fully typed, extensible architecture\n- 📦 **Zero-config**: Install and use immediately\n- 🧪 **Well-tested**: Comprehensive unit test coverage\n\n### ✨ Core Features\n\n| Feature | Command | Description |\n|---------|---------|-------------|\n| 🌲 **Tree View** | `jsonlens tree` | Display JSON as an interactive tree structure with colorized output |\n| 📊 **Statistics** | `jsonlens stats` | Show detailed statistics including key count, depth, type distribution |\n| 📋 **Flatten** | `jsonlens flatten` | Convert nested JSON to dot-notation key-value pairs |\n| 🔀 **Diff** | `jsonlens diff` | Compare two JSON files and highlight differences |\n| 🔍 **Filter** | `jsonlens filter` | Filter JSON by key pattern, value pattern, or data type |\n| ✅ **Validate** | `jsonlens validate` | Validate JSON syntax with detailed error messages |\n| 🎮 **Interactive** | `jsonlens interactive` | Read JSON from stdin for quick analysis |\n\n### 🚀 Quick Start\n\n#### Requirements\n- **Node.js** \u003e= 16.0.0\n- **npm** \u003e= 8.0.0\n\n#### Installation\n\n```bash\n# Install globally via npm\nnpm install -g jsonlens-ts\n\n# Or use directly with npx\nnpx jsonlens-ts --help\n```\n\n#### Local Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/gitstq/jsonlens-ts.git\ncd jsonlens-ts\n\n# Install dependencies\nnpm install\n\n# Build the project\nnpm run build\n\n# Run tests\nnpm test\n\n# Link for local testing\nnpm link\n```\n\n#### Usage Examples\n\n```bash\n# Display JSON as a tree\njsonlens tree data.json\n\n# Show statistics\njsonlens stats data.json\n\n# Flatten nested JSON\njsonlens flatten data.json -o flat.txt\n\n# Compare two JSON files\njsonlens diff old.json new.json\n\n# Filter by key pattern\njsonlens filter data.json --key \"user\"\n\n# Filter by value pattern\njsonlens filter data.json --value \"active\"\n\n# Filter by type\njsonlens filter data.json --type string,number\n\n# Validate JSON syntax\njsonlens validate data.json\n\n# Interactive mode (read from stdin)\necho '{\"name\":\"test\"}' | jsonlens interactive\n```\n\n### 📖 Detailed Usage Guide\n\n#### Tree Command Options\n\n```bash\njsonlens tree \u003cfile\u003e [options]\n\nOptions:\n  -d, --max-depth \u003cnumber\u003e   Maximum depth to display (default: 10)\n  -c, --no-color            Disable colorized output\n  --compact                 Compact mode (truncate long strings)\n  --no-array-index          Hide array indices\n```\n\n#### Stats Command Options\n\n```bash\njsonlens stats \u003cfile\u003e [options]\n\nOptions:\n  -c, --no-color            Disable colorized output\n```\n\nOutput includes:\n- Total key count\n- Maximum nesting depth\n- Total size in bytes\n- Object and array counts\n- Type distribution with visual bar chart\n\n#### Diff Command\n\n```bash\njsonlens diff \u003cfile1\u003e \u003cfile2\u003e [options]\n\nOptions:\n  -c, --no-color            Disable colorized output\n```\n\nShows:\n- Added keys (green)\n- Removed keys (red)\n- Modified values with old/new comparison (yellow)\n\n#### Filter Command Options\n\n```bash\njsonlens filter \u003cfile\u003e [options]\n\nOptions:\n  -k, --key \u003cpattern\u003e       Filter by key pattern (regex)\n  -v, --value \u003cpattern\u003e     Filter by value pattern (regex)\n  -t, --type \u003ctypes\u003e        Filter by type(s): object,array,string,number,boolean,null\n  -o, --output \u003cfile\u003e       Output file path\n```\n\n### 💡 Design Philosophy \u0026 Roadmap\n\n**Design Principles:**\n1. **Terminal-first**: Everything should work beautifully in a terminal\n2. **Zero configuration**: Sensible defaults that work out of the box\n3. **Composable**: Commands can be chained with Unix pipes\n4. **Type-safe**: Full TypeScript coverage for reliability\n\n**Future Roadmap:**\n- [ ] JSON Schema validation support\n- [ ] CSV/JSON bidirectional conversion\n- [ ] Query language (JMESPath-like)\n- [ ] Watch mode for file changes\n- [ ] Plugin system for custom formatters\n- [ ] Web-based visualization export\n\n### 📦 Build \u0026 Deploy\n\n```bash\n# Build for production\nnpm run build\n\n# Run linter\nnpm run lint\n\n# Run tests with coverage\nnpm test -- --coverage\n\n# Pack for distribution\nnpm pack\n```\n\n### 🤝 Contributing\n\nWe welcome contributions! Please follow these guidelines:\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feat/amazing-feature`\n3. Commit changes: `git commit -m 'feat: add amazing feature'`\n4. Push to branch: `git push origin feat/amazing-feature`\n5. Open a Pull Request\n\n**Commit Convention:**\n- `feat:` New feature\n- `fix:` Bug fix\n- `docs:` Documentation update\n- `refactor:` Code refactoring\n- `test:` Test updates\n- `chore:` Build/tooling changes\n\n### 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\u003ca name=\"simplified-chinese\"\u003e\u003c/a\u003e\n## 🇨🇳 简体中文\n\n### 🎉 项目介绍\n\n**JSONLens-TS** 是一款基于 TypeScript 构建的现代化 CLI 工具，专为日常需要处理 JSON 数据的开发者设计。受 JSON Crack 等热门 JSON 可视化工具的启发，JSONLens-TS 将 JSON 分析能力直接带到您的终端 —— 无需浏览器。\n\n无论您是在调试 API 响应、分析配置文件、比较数据版本，还是转换嵌套结构，JSONLens-TS 都提供了一套完整的功能，让您的工作流更快更高效。\n\n**核心差异化亮点：**\n- 🚀 **终端原生**：完全在终端运行，无需浏览器或 GUI\n- 🎨 **精美输出**：彩色树状视图，搭配直观图标\n- 🔧 **TypeScript 优先**：全类型化、可扩展的架构\n- 📦 **零配置**：安装即用\n- 🧪 **充分测试**：全面的单元测试覆盖\n\n### ✨ 核心特性\n\n| 特性 | 命令 | 说明 |\n|---------|---------|---------|\n| 🌲 **树状视图** | `jsonlens tree` | 以交互式树状结构展示 JSON，支持彩色输出 |\n| 📊 **统计分析** | `jsonlens stats` | 显示详细统计，包括键数量、深度、类型分布 |\n| 📋 **扁平化** | `jsonlens flatten` | 将嵌套 JSON 转换为点号表示法的键值对 |\n| 🔀 **差异对比** | `jsonlens diff` | 比较两个 JSON 文件并高亮差异 |\n| 🔍 **数据过滤** | `jsonlens filter` | 按键名、值或数据类型过滤 JSON |\n| ✅ **语法验证** | `jsonlens validate` | 验证 JSON 语法并显示详细错误信息 |\n| 🎮 **交互模式** | `jsonlens interactive` | 从标准输入读取 JSON 进行快速分析 |\n\n### 🚀 快速开始\n\n#### 环境要求\n- **Node.js** \u003e= 16.0.0\n- **npm** \u003e= 8.0.0\n\n#### 安装\n\n```bash\n# 通过 npm 全局安装\nnpm install -g jsonlens-ts\n\n# 或使用 npx 直接运行\nnpx jsonlens-ts --help\n```\n\n#### 本地开发\n\n```bash\n# 克隆仓库\ngit clone https://github.com/gitstq/jsonlens-ts.git\ncd jsonlens-ts\n\n# 安装依赖\nnpm install\n\n# 构建项目\nnpm run build\n\n# 运行测试\nnpm test\n\n# 本地链接测试\nnpm link\n```\n\n#### 使用示例\n\n```bash\n# 以树状结构展示 JSON\njsonlens tree data.json\n\n# 显示统计信息\njsonlens stats data.json\n\n# 扁平化嵌套 JSON\njsonlens flatten data.json -o flat.txt\n\n# 比较两个 JSON 文件\njsonlens diff old.json new.json\n\n# 按键名过滤\njsonlens filter data.json --key \"user\"\n\n# 按值过滤\njsonlens filter data.json --value \"active\"\n\n# 按类型过滤\njsonlens filter data.json --type string,number\n\n# 验证 JSON 语法\njsonlens validate data.json\n\n# 交互模式（从标准输入读取）\necho '{\"name\":\"test\"}' | jsonlens interactive\n```\n\n### 📖 详细使用指南\n\n#### Tree 命令选项\n\n```bash\njsonlens tree \u003cfile\u003e [options]\n\n选项:\n  -d, --max-depth \u003cnumber\u003e   最大显示深度 (默认: 10)\n  -c, --no-color            禁用彩色输出\n  --compact                 紧凑模式（截断长字符串）\n  --no-array-index          隐藏数组索引\n```\n\n#### Stats 命令选项\n\n```bash\njsonlens stats \u003cfile\u003e [options]\n\n选项:\n  -c, --no-color            禁用彩色输出\n```\n\n输出内容包括：\n- 总键数量\n- 最大嵌套深度\n- 总大小（字节）\n- 对象和数组数量\n- 类型分布及可视化条形图\n\n#### Diff 命令\n\n```bash\njsonlens diff \u003cfile1\u003e \u003cfile2\u003e [options]\n\n选项:\n  -c, --no-color            禁用彩色输出\n```\n\n显示内容：\n- 新增的键（绿色）\n- 删除的键（红色）\n- 修改的值及新旧对比（黄色）\n\n#### Filter 命令选项\n\n```bash\njsonlens filter \u003cfile\u003e [options]\n\n选项:\n  -k, --key \u003cpattern\u003e       按键名过滤（正则表达式）\n  -v, --value \u003cpattern\u003e     按值过滤（正则表达式）\n  -t, --type \u003ctypes\u003e        按类型过滤：object,array,string,number,boolean,null\n  -o, --output \u003cfile\u003e       输出文件路径\n```\n\n### 💡 设计思路与迭代规划\n\n**设计原则：**\n1. **终端优先**：所有功能都应在终端中完美运行\n2. **零配置**：开箱即用的合理默认值\n3. **可组合**：命令可通过 Unix 管道链式组合\n4. **类型安全**：完整的 TypeScript 覆盖确保可靠性\n\n**后续迭代计划：**\n- [ ] JSON Schema 验证支持\n- [ ] CSV/JSON 双向转换\n- [ ] 查询语言（类 JMESPath）\n- [ ] 文件变更监听模式\n- [ ] 自定义格式化器插件系统\n- [ ] 网页可视化导出\n\n### 📦 打包与部署\n\n```bash\n# 生产构建\nnpm run build\n\n# 运行代码检查\nnpm run lint\n\n# 运行测试（含覆盖率）\nnpm test -- --coverage\n\n# 打包分发\nnpm pack\n```\n\n### 🤝 贡献指南\n\n欢迎贡献！请遵循以下规范：\n\n1. Fork 本仓库\n2. 创建特性分支：`git checkout -b feat/amazing-feature`\n3. 提交更改：`git commit -m 'feat: add amazing feature'`\n4. 推送分支：`git push origin feat/amazing-feature`\n5. 发起 Pull Request\n\n**提交规范：**\n- `feat:` 新功能\n- `fix:` 修复问题\n- `docs:` 文档更新\n- `refactor:` 代码重构\n- `test:` 测试更新\n- `chore:` 构建/工具变更\n\n### 📄 开源协议\n\n本项目采用 [MIT 协议](LICENSE) 开源。\n\n---\n\n\u003ca name=\"traditional-chinese\"\u003e\u003c/a\u003e\n## 繁體中文\n\n### 項目介紹\n\n**JSONLens-TS** 是一款基於 TypeScript 構建的現代化 CLI 工具，專為日常需要處理 JSON 數據的開發者設計。受 JSON Crack 等熱門 JSON 可視化工具的啟發，JSONLens-TS 將 JSON 分析能力直接帶到您的終端機 —— 無需瀏覽器。\n\n無論您是在調試 API 響應、分析配置文件、比較數據版本，還是轉換嵌套結構，JSONLens-TS 都提供了一套完整的功能，讓您的工作流更快更高效。\n\n**核心差異化亮點：**\n- **終端原生**：完全在終端機運行，無需瀏覽器或 GUI\n- **精美輸出**：彩色樹狀視圖，搭配直觀圖標\n- **TypeScript 優先**：全類型化、可擴展的架構\n- **零配置**：安裝即用\n- **充分測試**：全面的單元測試覆蓋\n\n### 核心特性\n\n| 特性 | 命令 | 說明 |\n|---------|---------|---------|\n| **樹狀視圖** | `jsonlens tree` | 以交互式樹狀結構展示 JSON，支持彩色輸出 |\n| **統計分析** | `jsonlens stats` | 顯示詳細統計，包括鍵數量、深度、類型分佈 |\n| **扁平化** | `jsonlens flatten` | 將嵌套 JSON 轉換為點號表示法的鍵值對 |\n| **差異對比** | `jsonlens diff` | 比較兩個 JSON 文件並高亮差異 |\n| **數據過濾** | `jsonlens filter` | 按鍵名、值或數據類型過濾 JSON |\n| **語法驗證** | `jsonlens validate` | 驗證 JSON 語法並顯示詳細錯誤信息 |\n| **交互模式** | `jsonlens interactive` | 從標準輸入讀取 JSON 進行快速分析 |\n\n### 快速開始\n\n#### 環境要求\n- **Node.js** \u003e= 16.0.0\n- **npm** \u003e= 8.0.0\n\n#### 安裝\n\n```bash\n# 通過 npm 全局安裝\nnpm install -g jsonlens-ts\n\n# 或使用 npx 直接運行\nnpx jsonlens-ts --help\n```\n\n#### 本地開發\n\n```bash\n# 克隆倉庫\ngit clone https://github.com/gitstq/jsonlens-ts.git\ncd jsonlens-ts\n\n# 安裝依賴\nnpm install\n\n# 構建項目\nnpm run build\n\n# 運行測試\nnpm test\n\n# 本地鏈接測試\nnpm link\n```\n\n#### 使用示例\n\n```bash\n# 以樹狀結構展示 JSON\njsonlens tree data.json\n\n# 顯示統計信息\njsonlens stats data.json\n\n# 扁平化嵌套 JSON\njsonlens flatten data.json -o flat.txt\n\n# 比較兩個 JSON 文件\njsonlens diff old.json new.json\n\n# 按鍵名過濾\njsonlens filter data.json --key \"user\"\n\n# 按值過濾\njsonlens filter data.json --value \"active\"\n\n# 按類型過濾\njsonlens filter data.json --type string,number\n\n# 驗證 JSON 語法\njsonlens validate data.json\n\n# 交互模式（從標準輸入讀取）\necho '{\"name\":\"test\"}' | jsonlens interactive\n```\n\n### 詳細使用指南\n\n#### Tree 命令選項\n\n```bash\njsonlens tree \u003cfile\u003e [options]\n\n選項:\n  -d, --max-depth \u003cnumber\u003e   最大顯示深度 (默認: 10)\n  -c, --no-color            禁用彩色輸出\n  --compact                 緊湊模式（截斷長字符串）\n  --no-array-index          隱藏數組索引\n```\n\n#### Stats 命令選項\n\n```bash\njsonlens stats \u003cfile\u003e [options]\n\n選項:\n  -c, --no-color            禁用彩色輸出\n```\n\n輸出內容包括：\n- 總鍵數量\n- 最大嵌套深度\n- 總大小（字節）\n- 對象和數組數量\n- 類型分佈及可視化條形圖\n\n#### Diff 命令\n\n```bash\njsonlens diff \u003cfile1\u003e \u003cfile2\u003e [options]\n\n選項:\n  -c, --no-color            禁用彩色輸出\n```\n\n顯示內容：\n- 新增的鍵（綠色）\n- 刪除的鍵（紅色）\n- 修改的值及新舊對比（黃色）\n\n#### Filter 命令選項\n\n```bash\njsonlens filter \u003cfile\u003e [options]\n\n選項:\n  -k, --key \u003cpattern\u003e       按鍵名過濾（正則表達式）\n  -v, --value \u003cpattern\u003e     按值過濾（正則表達式）\n  -t, --type \u003ctypes\u003e        按類型過濾：object,array,string,number,boolean,null\n  -o, --output \u003cfile\u003e       輸出文件路徑\n```\n\n### 設計思路與迭代規劃\n\n**設計原則：**\n1. **終端優先**：所有功能都應在終端機中完美運行\n2. **零配置**：開箱即用的合理默認值\n3. **可組合**：命令可通過 Unix 管道鏈式組合\n4. **類型安全**：完整的 TypeScript 覆蓋確保可靠性\n\n**後續迭代計劃：**\n- [ ] JSON Schema 驗證支持\n- [ ] CSV/JSON 雙向轉換\n- [ ] 查詢語言（類 JMESPath）\n- [ ] 文件變更監聽模式\n- [ ] 自定義格式化器插件系統\n- [ ] 網頁可視化導出\n\n### 打包與部署\n\n```bash\n# 生產構建\nnpm run build\n\n# 運行代碼檢查\nnpm run lint\n\n# 運行測試（含覆蓋率）\nnpm test -- --coverage\n\n# 打包分發\nnpm pack\n```\n\n### 貢獻指南\n\n歡迎貢獻！請遵循以下規範：\n\n1. Fork 本倉庫\n2. 創建特性分支：`git checkout -b feat/amazing-feature`\n3. 提交更改：`git commit -m 'feat: add amazing feature'`\n4. 推送分支：`git push origin feat/amazing-feature`\n5. 發起 Pull Request\n\n**提交規範：**\n- `feat:` 新功能\n- `fix:` 修復問題\n- `docs:` 文檔更新\n- `refactor:` 代碼重構\n- `test:` 測試更新\n- `chore:` 構建/工具變更\n\n### 開源協議\n\n本項目採用 [MIT 協議](LICENSE) 開源。\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eMade with ❤️ by GLM-5.1\u003c/b\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitstq%2Fjsonlens-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitstq%2Fjsonlens-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitstq%2Fjsonlens-ts/lists"}