Toon Legend
Some data below uses TOON, a compact tabular encoding of JSON that saves tokens. Reading it: - A header line `[N]{f1,f2,...}:` — optionally prefixed with a field name, e.g. `users[N]{f1,f2,...}:` — starts an array of N objects with the listed fields, in that order. - Each following indented line is one object: its field values in the header's order, comma-separated. Values containing a comma, quote, or newline are wrapped in double quotes (CSV-style). - Inside a JSON object, a string value may itself be TOON (recognizable by its `[N]{...}:` header) — decode it the same way. - Anything not in this tabular form is ordinary JSON. TOON is lossless: it encodes exactly the same data as the equivalent JSON.
fill the variables
This prompt has 2 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.
{f1,f2,...}{...}
Unlock with Pro →when to use it
Community prompt sourced from the open-source GitHub repo fkiene/llmtrim (MPL-2.0). A "Toon Legend" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
fkiene/llmtrim · MPL-2.0