public static class JsonOutput.JsonUnescaped
extends Object
Represents unescaped JSON
| Constructor and description |
|---|
JsonUnescaped(CharSequence text)Creates a wrapper for raw JSON text that should not be escaped. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public CharSequence |
getText()Returns the raw JSON text. |
|
public String |
toString()Returns the wrapped raw JSON text. |
Creates a wrapper for raw JSON text that should not be escaped.
text - the raw JSON textReturns the raw JSON text.
Returns the wrapped raw JSON text.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.