public class RawJSONString extends Object implements JSONString
The aim of this class RawJSONString is to output content into JSON without quotes
| Constructor and Description |
|---|
RawJSONString(String s) |
public RawJSONString(String s)
public String getString()
public void setString(String string)
public String toJSONString()
JSONStringtoJSONString method allows a class to produce its own JSON serialization.toJSONString in interface JSONStringCopyright © 2016 JBoss by Red Hat. All Rights Reserved.