File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -284,10 +284,11 @@ public char nextClean() throws JSONException {
284
284
* Backslash processing is done. The formal JSON format does not
285
285
* allow strings in single quotes, but an implementation is allowed to
286
286
* accept them.
287
- * If strictMode is true, this implementation will not accept unbalanced quotes (e.g will not accept <code>"test'</code>)
287
+ * If strictMode is true, this implementation will not accept unbalanced quotes (e.g will not accept <code>"test'</code>).
288
288
* @param quote The quoting character, either
289
289
* <code>"</code> <small>(double quote)</small> or
290
290
* <code>'</code> <small>(single quote)</small>.
291
+ * @param strictMode If true, this implementation will not accept unbalanced quotes (e.g will not accept <code>"test'</code>).
291
292
* @return A String.
292
293
* @throws JSONException Unterminated string or unbalanced quotes if strictMode == true.
293
294
*/
You can’t perform that action at this time.
0 commit comments