Comment on page
JSON
JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects.
The JSON Serializer allows you to convert the state of an object, that is, the values of its properties, into a form that can be stored or transmitted as JSON.
The JSON Deserializer allows you to convert a column that is serialized as JSON to valid data for manipulation within a data stream
The JSON files used in the File Reader and Serializer Agents must be accessible to the Stream Host via the File System.
Last modified 5mo ago