public interface Wrapper
| Modifier and Type | Method and Description |
|---|---|
JzonArray |
createJsonArray() |
JzonObject |
createJsonObject() |
JzonElement |
parse(String json)
Parses an element given a string.
|
JzonElement |
wrap(Object o)
Wraps a given json element.
|
JzonElement parse(String json)
json - - stringJzonElement wrap(Object o)
o - - element to wrapJzonObject createJsonObject()
JzonArray createJsonArray()
Copyright © 2015. All Rights Reserved.