Categorias

JSON Key Extractor

Extract all keys from JSON objects with multiple output formats. Perfect for analyzing JSON structure, documentation generation, and understanding complex nested objects.

Convert nested keys to dot notation (e.g., "user.profile.name")

Include the data type of each key (string, number, boolean, object, array, null)

Include the full path to each key in nested objects

Remove duplicate keys when they appear in multiple locations

Documentação da API

Ponto final da solicitação

POST /pt/api/tools/json-key-extractor

Parâmetros da solicitação

Nome do parâmetro Tipo Requerido Descrição
jsonInput textarea Sim -
outputFormat select Sim -
flattenKeys checkbox Não Convert nested keys to dot notation (e.g., "user.profile.name")
includeTypes checkbox Não Include the data type of each key (string, number, boolean, object, array, null)
includePath checkbox Não Include the full path to each key in nested objects
sortBy select Sim -
removeDuplicates checkbox Não Remove duplicate keys when they appear in multiple locations
maxDepth number Não -

Formato de resposta

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Texto: Texto

Documentação de MCP

Adicione este ferramenta à sua configuração de servidor MCP:

{
  "mcpServers": {
    "elysiatools-json-key-extractor": {
      "name": "json-key-extractor",
      "description": "Extract all keys from JSON objects with multiple output formats. Perfect for analyzing JSON structure, documentation generation, and understanding complex nested objects.",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=json-key-extractor",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Você pode encadear várias ferramentas, ex: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máx 20 ferramentas.

Se você encontrar algum problema, por favor, entre em contato conosco em [email protected]