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 JsonNodeJsonNode if the input could be parsed. null
if it's not possible to transformIOExceptionCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.