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()
JSONString
toJSONString
method allows a class to produce its own JSON serialization.toJSONString
in interface JSONString
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.