1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00
JSON-java/src/test
Nicholas Cull ae77b5cd83 Tests for deep copy and mutability of toList() and toMap().
Both toMap() and toList() return deep copies, which are also mutable. That is, any changes to the JSONObject or JSONArray do not affect the newly create Map or List, and vice-versa. The resulting objects can be altered.
2016-07-23 22:51:50 +10:00
..
java/org/json/junit Tests for deep copy and mutability of toList() and toMap(). 2016-07-23 22:51:50 +10:00
resources add JSONPointerTest to test suite, fix resource for gradle build 2016-05-13 23:13:06 -05:00