πͺ 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.

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.

Updated on: 13/04/2025
Thank you!