2020.2

Table Of Contents
Attribute Description Categor
y
J
o
b
Gro
up
Docum
ent
Datap
age
Pa
ge
of the node
within all the
selected
nodes under
the parent Job.
NumCopies Indicates how
many times the
job is set to
execute, as set
when printing
using a
Windows
driver.
Index/C
ount
X
Working with JSON
In online processes, it is common to send data to and retrieve data from a server. That data is
often exchanged in JSON format. JSON is short for JavaScript Object Notation. It is a way to
store information in a structured and easy-to-read format. It is often referred to as "XML without
nodes" and it is designed for exchanging data.
Refer to the following online resources for more information on JSON and its syntax:
l www.json.org
l www.w3schools.com
JSON support in Workflow tasks and scripts
PlanetPress Workflow offers JSON support in and via the following tasks:
l The "XML/JSON Conversion" on page442 task converts an XML job file to JSON or a
JSON job file to XML.
Page 89