JSON 2 TOON Converter
Content Type: Module
Categories: Utility,Data,Communication
Overview
JSON to TOON Converter
Save on GenAI costs and boost performance with the JSON2TOON module. TOON format delivers the same data as JSON with significantly fewer tokens, making every LLM API call more efficient.
Features
- Lighweight: Minimal footprint, containing only the necessary logic for conversion.
- Java-powered: High-performance transformation using a dedicated Java Action.
- Zero Dependencies: No external libraries or other Marketplace modules required.
Usage
The module provides the Java Actions located in the Resources folder: JA_JSON2TOON and JA_TOON2JSON.
To use the converter in your application:
- Create or open a Microflow.
- Drag a Java Action Call activity onto the canvas.
- Select JA_JSON2TOON or JA_TOON2JSON.
- Pass your JSON data (Type:
String) into the input parameter. - The action returns the converted data as a
String.
Documentation
JSON to TOON Converter
Save on GenAI costs and boost performance with the JSON2TOON module. TOON format delivers the same data as JSON with significantly fewer tokens, making every LLM API call more efficient.
Features
- Lighweight: Minimal footprint, containing only the necessary logic for conversion.
- Java-powered: High-performance transformation using a dedicated Java Action.
- Zero Dependencies: No external libraries or other Marketplace modules required.
Usage
The module provides the Java Actions located in the Resources folder: JA_JSON2TOON and JA_TOON2JSON.
To use the converter in your application:
- Create or open a Microflow.
- Drag a Java Action Call activity onto the canvas.
- Select JA_JSON2TOON or JA_TOON2JSON
- Pass your JSON data (Type:
String) into the input parameter. - The action returns the converted data as a
String.