| Constructor and Description |
|---|
Jackson2Wrapper() |
| Modifier and Type | Method and Description |
|---|---|
JzonArray |
createJsonArray() |
JzonObject |
createJsonObject() |
JzonElement |
parse(String json)
Parses an element given a string.
|
static JzonElement |
wrap(com.fasterxml.jackson.databind.JsonNode el) |
JzonElement |
wrap(Object o)
Wraps a given json element.
|
public static JzonElement wrap(com.fasterxml.jackson.databind.JsonNode el)
public JzonElement parse(String json)
Wrapperpublic JzonElement wrap(Object o)
Wrapperpublic JzonObject createJsonObject()
createJsonObject in interface Wrapperpublic JzonArray createJsonArray()
createJsonArray in interface WrapperCopyright © 2015. All Rights Reserved.