@nhalstead/n8n-nodes-collection-json
v0.1.4
Published
Convert Collection+JSON data to plain JSON Objects
Maintainers
Keywords
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 is a fair-code licensed workflow automation platform.
Installation
Operations
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Converts a Collection+Json payload to an Object. Nothing else.
Compatibility
Tested against v1.83.2
Usage
- Create a new workflow.
- Fetch data from an API that returns Collection+Json.
- Add the Collection+Json node to your workflow. (It expects the data to be provided through
item.jsonvalues in the input data.)
Resources
- n8n community nodes documentation
- Collection+JSON Standard (
application/vnd.collection+json):- https://github.com/collection-json/spec
- http://amundsen.com/media-types/collection/
