public final class Json
extends java.lang.Object
The implementation of the <json/> element in the urn:xmpp:json:0 namespace.
This class is immutable.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE
urn:xmpp:json:0
|
| Constructor and Description |
|---|
Json(java.lang.String json) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the JSON value.
|
java.lang.String |
toString() |
public static final java.lang.String NAMESPACE
urn:xmpp:json:0
Copyright © 2014–2019 XMPP.rocks. All rights reserved.