load-json-file
function
The load-json-file
action Loads JSON data from a URL into a variable. It belongs to the file category within the system area.
Action Syntax
load-json-file https://...
A valid URL
load-json-file $variable
A variable name starting with $
Return Value
This function returns a
VARREC
value that can be stored in a variable:
$result = load-json-file
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$varrec = load-json-file https://someurl
Action code: 1155849997
Version: 0.6.4-1
Last updated: 2025-06-13