Rikkarth

Results 33 comments of Rikkarth

@stleary , thank you for the quick reply. Not sure if is worth to keep or archive this ticket for the future then. But thank you for your attention to...

hi, since new version supports Closeable and AutoCloseable, I'd like just to suggest that the JSONTokener to be reviewed if possible. Thank you for your service.

After reading most of the past issues and doing a few local tests, I'm a bit confused to what the real issue currently is. Would it be possible to define...

> PRs can be submitted and approved but merges will remain pending until #884 and #891 are completed. is there any action required? i'm under the impression both have been...

> @rikkarth, Yes, I think additional action is needed. First, apologies to all for not addressing this sooner. A confluence of one-time events has consumed all of my free time...

Currently addressing issue https://github.com/stleary/JSON-java/issues/884 in PR https://github.com/stleary/JSON-java/pull/903

All passing except for this one case that we're still debating. https://github.com/stleary/JSON-java/pull/888#issuecomment-2093444238

I will clean it up for you. Thank you @stleary If you have some tests that need optimization, review or implementation let me know I can help in doing some.

No longer applies. As of latest merge https://github.com/stleary/JSON-java/pull/888 ```java @Test public void test(){ String str = "{\"a\": [b]}"; JSONObject jsonObject = new JSONObject(str, new JSONParserConfiguration().withStrictMode(true)); } ``` **output** ```java org.json.JSONException:...