2019.1

Table Of Contents
Attribute Description Categor
y
J
o
b
Gro
up
Docum
ent
Datap
age
Pa
ge
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
PReS Workflow offers JSON support in and via the following tasks:
l The "XML/JSON Conversion" on page435 task converts an XML job file to JSON or a
JSON job file to XML.
l OL Connect Content Creation tasks ("Create Email Content" on page587, "Create Print
Content" on page603 and "Create Web Content" on page607) and the OL Connect
"Create Preview PDF" on page598 task accept JSON data as input.
Page 84