-
- All Known Implementing Classes:
JacksonJsonConverter
interface JsonConverterA JSON Converter which parses an input stream into a Node. This class is a Pioneer abstraction which allows using different JSON parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodetoNode(java.io.InputStream stream)Convert the givenstreaminto aNode.NodetoNode(java.lang.String value, boolean lenient)Convert the givenvalueinto aNode
-