@custom-js/n8n-nodes-pdf-toolkit 1.55.0 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -137,3 +137,18 @@ Add your Api Key and store securely
|
|
|
137
137
|
- Fill in the issuer, payment, recipient, and billing information.
|
|
138
138
|
- Add items to the invoice.
|
|
139
139
|
- Execute the workflow to generate the PDF invoice.
|
|
140
|
+
|
|
141
|
+
### "JSON to TOON" node
|
|
142
|
+
|
|
143
|
+
- Add the **JSON to TOON** node to your workflow.
|
|
144
|
+
- Configure your CustomJS API credentials.
|
|
145
|
+
- Input your JSON data.
|
|
146
|
+
- Execute the workflow to convert JSON to TOON format.
|
|
147
|
+
- TOON format can reduce AI tokenization by 40% to 60% when working with language models.
|
|
148
|
+
|
|
149
|
+
### "TOON to JSON" node
|
|
150
|
+
|
|
151
|
+
- Add the **TOON to JSON** node to your workflow.
|
|
152
|
+
- Configure your CustomJS API credentials.
|
|
153
|
+
- Input your TOON data.
|
|
154
|
+
- Execute the workflow to convert TOON to JSON format.
|