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 SummaryConstructors Constructor Description JsonUnescaped(java.lang.CharSequence text)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
JsonUnescapedpublic JsonUnescaped(java.lang.CharSequence text)
 
- 
- 
Method Details- 
getTextpublic java.lang.CharSequence getText()
- 
toStringpublic java.lang.String toString()- Overrides:
- toStringin class- java.lang.Object
 
 
-