public interface JsonParser
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
asJsonNode(Object input)
Parses the given
input into a JsonNode . |
com.fasterxml.jackson.databind.JsonNode asJsonNode(Object input) throws IOException
input
into a JsonNode
.input
- the input to be transformed into a JsonNode
JsonNode
if the input could be parsed. null
if it's not possible to transformIOException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.