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.
Activities
Section titled “Activities”| Activity | Type | Output | What it does |
|---|---|---|---|
| Read JSON | read-json | object | Reads a JSON and returns it structured |
| Write JSON | write-json | string | Save a value as JSON |