Returns true if this writer writes JSON that's safe for inclusion in HTML and XML documents.
()
| 214 | * and XML documents. |
| 215 | */ |
| 216 | public boolean isHtmlSafe() { |
| 217 | return htmlSafe; |
| 218 | } |
| 219 | |
| 220 | /** |
| 221 | * Begins encoding a new array. Each call to this method must be paired with |
no outgoing calls