Skip to content

JSON Activities

Version: 1.0.0  ·  ID: zoan-packages-json  ·  Author: Zoan Software

The JSON package reads and writes JSON files, the most used data format on the web and APIs. Unlike plain text, JSON is loaded already structured (like dictionaries and lists), ready to read for its keys.

ActivityTypeOutputWhat it does
Read JSONread-jsonobjectReads a JSON and returns it structured
Write JSONwrite-jsonstringSave a value as JSON
  • Read JSON — load a JSON file.
  • HTTP — consume JSON from an API.
  • XML — for data in XML format.