# JSON Botize app — id `btzjson`. Official site: https://en.wikipedia.org/wiki/JSON. Working with JSON. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Triggers (4) The event that starts the task. Exactly one per task. - `iterate_object` — Get the next property value in a JSON object https://botize.com/en/method/btzjson/iterate_object.md - `iterate_list_of_values` — Get the next value in a JSON list https://botize.com/en/method/btzjson/iterate_list_of_values.md - `iterate_object_list_static` — Get the next object in a JSON static list of objects https://botize.com/en/method/btzjson/iterate_object_list_static.md - `iterate_object_list_dynamic` — Get the next object in a JSON dynamic list of objects https://botize.com/en/method/btzjson/iterate_object_list_dynamic.md ## Actions (10) What happens next. A task can chain several. - `update_json` — Modify a JSON https://botize.com/en/method/btzjson/update_json.md - `append_list` — Append List https://botize.com/en/method/btzjson/append_list.md - `update_list_of_object` — Update List of Objects https://botize.com/en/method/btzjson/update_list_of_object.md - `tags_to_json` — Create a JSON from tags https://botize.com/en/method/btzjson/tags_to_json.md - `tag_to_json` — Create a JSON from a tag https://botize.com/en/method/btzjson/tag_to_json.md - `json_to_csv` — Convert JSON to CSV File https://botize.com/en/method/btzjson/json_to_csv.md - `all_tags_to_json` — Create a JSON of all the tags https://botize.com/en/method/btzjson/all_tags_to_json.md - `validate_json` — Check if it is a valid JSON https://botize.com/en/method/btzjson/validate_json.md - `extract_from_json` — Extract nodes or values from JSON https://botize.com/en/method/btzjson/extract_from_json.md - `extract_all_from_json` — Convert a JSON string into an object https://botize.com/en/method/btzjson/extract_all_from_json.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/btzjson