Json2Toon logo

Json2Toon

Published November 2025
   •    Updated January 2026

Free

For everyone

stars   •   0 ratings
23 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web & Native mobile

Contributor details

Hugo logo
Hugo
Joined 2024   •   11 Plugins
View contributor profile

Instructions

Install the Json2Toon plugin in your Bubble app.
In your workflow add an action → Plugins → Convert JSON to TOON (server-side).

Set input_json to a JSON string or a dynamic expression that returns JSON text (type: text).

Read the action returns after it runs:

toon_output (text) — the converted TOON string.

error_message (text) — populated only if parsing/conversion failed.

Use toon_output in a Text element, save it to the database, or store it in a custom state (e.g. Result of step X's toon_output).

Quick encoding rules:

Nested objects → indented (two spaces per level).

Array of primitives → key[N]: a,b,c.

Array of uniform objects → key[N]{field1,field2}: then rows of value1,value2.

Non-uniform arrays → list items (-) with each item encoded as object lines.

Strings with :, \n, " or (in tabular rows) , are quoted and escaped.

null becomes null.

On invalid JSON: toon_output = "" and error_message contains the parse error.

Troubleshooting: if both outputs are empty, confirm the action executed in the workflow logs and that input_json is valid JSON.

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:
Productivity   •   Data (things)   •   AI   •   Technical

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble