Package Information
Downloads: 63 weekly / 85 monthly
Latest Version: 1.0.3
Author: Christian Schindler
Documentation
n8n-nodes-json-parser
This is an n8n community node. It lets you parse JSON from messy text inputs, with optional LLM repair for hard cases.
Installation
Operations
Usage
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Parse JSON from text (auto-detects common fields like
output,text,response,content,data, ormessage.content) - Extract JSON from Markdown code fences or mixed text
- Optional LLM repair using a connected Language Model input
Usage
- Add the JSON Parser node.
- Choose Input Mode:
- Auto Detect: picks the first matching field.
- Field: set a dot-path field name (for example,
payload.raw).
- Choose Array Handling to split arrays into items or keep them as a single array.
- (Optional) Connect a Language Model node to the Language Model input and enable Repair With LLM.
- Adjust LLM System Prompt if you want stricter or schema-specific output.
Compatibility
Compatible with n8n@1.60.0 or later.