Package groovy.json
Class JsonOutput.JsonUnescaped
java.lang.Object
groovy.json.JsonOutput.JsonUnescaped
- Enclosing class:
 - JsonOutput
 
public static class JsonOutput.JsonUnescaped
extends java.lang.Object
Represents unescaped JSON
- 
Constructor Summary
Constructors Constructor Description JsonUnescaped(java.lang.CharSequence text) - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Constructor Details
- 
JsonUnescaped
public JsonUnescaped(java.lang.CharSequence text) 
 - 
 - 
Method Details
- 
getText
public java.lang.CharSequence getText() - 
toString
public java.lang.String toString()- Overrides:
 toStringin classjava.lang.Object
 
 -