JSON-java
JSON-java copied to clipboard
Refactor changes
Hi @stleary
I have refactored some changes in following files : -
- populateMap method in JSONObject Decompose Conditional : -
- There was complex condition which i have moved to another method name : isValidMethod COMMIT_LINK
- Rename variables in nextToken() method of HTTPTOkener file
- There were two variables name c, and q i have renamed them COMMIT_LINK
- Extract method in toString() of HTTP
- toString() method was long, i have divided that method for more readibility. COMMIT_LINK