This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
json-simple
Watch
1
Star
0
Fork
0
You've already forked json-simple
mirror of
https://github.com/fangyidong/json-simple.git
synced
2025-12-06 07:20:53 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
json-simple
/
src
History
fangyidong
a8b94b79b6
Java 8 improves implementation of HashMap, so the orders of its entries change, and we should never depend on the orders of a specific implementation in the testing codes.
2014-07-26 00:11:54 +00:00
..
main/java/org/json
/simple
Routed most toJSONString methods through writeJSONString with a StringWriter to reduce duplicated logic (and in some cases improve performance).
2013-08-10 17:56:42 +00:00
test/java/org/json
/simple
Java 8 improves implementation of HashMap, so the orders of its entries change, and we should never depend on the orders of a specific implementation in the testing codes.
2014-07-26 00:11:54 +00:00