JSON Data
Data Object for carrying parsed JSON through a pipeline.
Class name: com.datashyft.pipeline.dataobjects.JSONData
JSONData(JsonNode node) — Constructs a new JSON Data object containing the specified JsonNode.
JSONData(Map<String, List<String> tags, String type, JsonNode node) — Constructs a new JSON Data object containing the specified JsonNode, assigning the provided tags to the object, and setting its type.
getJson() — Returns the JsonNode associated with this data object.