From b06182cb734eb3acbaedc0af2e2421adfe3559d9 Mon Sep 17 00:00:00 2001 From: stleary Date: Fri, 17 Jul 2015 22:01:52 -0500 Subject: [PATCH] investigate XML.toString() behavior with null JSONObject values --- JSONObjectTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JSONObjectTest.java b/JSONObjectTest.java index 69b6f0c..7efd2d8 100644 --- a/JSONObjectTest.java +++ b/JSONObjectTest.java @@ -1498,8 +1498,7 @@ public class JSONObjectTest { * These are three literal name tokens: ... * null * - * There seems to be no best practice, it's all about what we want the code to do. - * In the code we see that JSONObject.NULL is tranformed into null + * There seems to be no best practice to follow, it's all about what we want the code to do. */ // add JSONObject.NULL then convert to string in the manner of XML.toString()