Articles on: Blocks Creator
This article is also available in:

πŸŸͺ Generate Json

When you want to send multiple values through a long text, specially to do AI custom prompt, then you need to generate a JSON format.

JSON is a file format used for the transmission of data through a human-readable text. It links a key to the data (text, numbers, boolean values,...) with a colon (for example : {"fruits": ["apple", "banana"], "numberOfFilms": 13, "storeIsOpen": false} )

Those keys can be then useful to decode the JSON into an objet in services like Voltask, which you can use for ai reach.

generate json

Updated on: 13/04/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!