Converts both a single JSON object and an array of JSON objects into CSV. Handles nested objects and arrays, flattening them into a single level. Automatically generates headers based on the JSON ...
TOON performs best with flat, uniform JSON objects, as I have seen in this Youtube video. In cases where the input JSON is deeply nested, token counts can actually increase after conversion, which ...