We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1246e12 commit efe33a1Copy full SHA for efe33a1
src/test/java/org/json/junit/JSONStringTest.java
@@ -164,7 +164,7 @@ public void testJSONNullStringValue() throws Exception {
164
String output = jsonArray.write(writer).toString();
165
assertTrue("String values should be equal", "[\"the toString value\"]".equals(output));
166
167
- // The first different between writeValue() and valueToString():
+ // The only different between writeValue() and valueToString():
168
// in this case, valueToString throws a JSONException
169
try {
170
output = JSONObject.valueToString(jsonString);
0 commit comments