[Java] Class JsonOutput.JsonUnescaped
- groovy.json.JsonOutput.JsonUnescaped
public static class JsonOutput.JsonUnescaped
Represents unescaped JSON
Constructor Summary
| Constructor and description |
|---|
JsonUnescaped
(CharSequence text) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
public CharSequence |
getText() | |
public String |
toString() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public JsonUnescaped(CharSequence text)
Method Detail
public CharSequence getText()
@Override public String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/json/JsonOutput.JsonUnescaped.html