Package rocks.xmpp.extensions.json.model
Class Json
- java.lang.Object
-
- rocks.xmpp.extensions.json.model.Json
-
public final class Json extends Object
The implementation of the<json/>
element in theurn:xmpp:json:0
namespace.This class is immutable.
- See Also:
- XEP-0335: JSON Containers, XML Schema
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
urn:xmpp:json:0- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Json
public Json(String json)
-
-