@chrishdx/n8n-nodes-json-parser
v1.0.3
Published
n8n community node for parsing JSON data
Downloads
38
Readme
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 [email protected] or later.
