分类

文本转JSON转换器

将各种文本格式转换为JSON,支持自定义解析选项

API 文档

此工具在浏览器客户端运行,不需要服务器API。

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-text-to-json": {
      "name": "text-to-json",
      "description": "将各种文本格式转换为JSON,支持自定义解析选项",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-to-json",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。

如果遇见问题,请联系我们:[email protected]