mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
investigate XML.toString() behavior with null JSONObject values
This commit is contained in:
parent
6cca292020
commit
0056b1af94
1 changed files with 0 additions and 7 deletions
|
@ -1545,13 +1545,6 @@ public class JSONObjectTest {
|
|||
String sNull = XML.toString(jsonObjectNull);
|
||||
assertTrue("null should emit an empty string", "".equals(sNull));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private void nullOperations(Object value) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue