Returns the JSON string value, decoding any escaped characters.
()
| 1175 | |
| 1176 | /** Returns the JSON string value, decoding any escaped characters. */ |
| 1177 | public String getString() throws IOException { |
| 1178 | return getStringChars().toString(); |
| 1179 | } |
| 1180 | |
| 1181 | /** |
| 1182 | * Returns the characters of a JSON string value, decoding any escaped characters. The underlying |