Package groovy.json
Class JsonOutput.JsonUnescaped
java.lang.Object
groovy.json.JsonOutput.JsonUnescaped
- Enclosing class:
- JsonOutput
Represents unescaped JSON
-
Constructor Summary
ConstructorsConstructorDescriptionJsonUnescaped(CharSequence text) Creates a wrapper for raw JSON text that should not be escaped. -
Method Summary
-
Constructor Details
-
JsonUnescaped
Creates a wrapper for raw JSON text that should not be escaped.- Parameters:
text- the raw JSON text
-
-
Method Details