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.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us