https://github.com/nhalstead/n8n-nodes-collection-json
Parse Collection+JSON to standard JSON Object
https://github.com/nhalstead/n8n-nodes-collection-json
Last synced: about 1 year ago
JSON representation
Parse Collection+JSON to standard JSON Object
- Host: GitHub
- URL: https://github.com/nhalstead/n8n-nodes-collection-json
- Owner: nhalstead
- License: mit
- Created: 2025-03-21T03:55:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T22:51:08.000Z (about 1 year ago)
- Last Synced: 2025-03-25T23:26:18.880Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-collection-json
This is an n8n community node. It lets you use collection+json in your n8n workflows.
Collection+Json is able to convert Collection+Json payloads to Objects.
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Compatibility](#compatibility)
[Usage](#usage)
[Resources](#resources)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Operations
Converts a Collection+Json payload to an Object. Nothing else.
## Compatibility
Tested against v1.83.2
## Usage
1. Create a new workflow.
2. Fetch data from an API that returns Collection+Json.
3. Add the Collection+Json node to your workflow. (It expects the data to be provided through `item.json` values in the input data.)
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
* Collection+JSON Standard (`application/vnd.collection+json`):
* https://github.com/collection-json/spec
* http://amundsen.com/media-types/collection/