stleary / JSON-java

A reference implementation of a JSON package in Java.
http://stleary.github.io/JSON-java/index.html
Other
4.54k stars 2.56k forks source link

improved annotation search performance #845

Closed seppl831 closed 11 months ago

seppl831 commented 11 months ago

adresses #844

stleary commented 11 months ago

@seppl831 Good catch and fix, Thanks!

stleary commented 11 months ago

What problem does this code solve? Addresses a performance issue while converting POJO to JSONObject

Does the code still compile with Java6? Yes

Risks Low

Changes to the API? No

Will this require a new release? No

Should the documentation be updated? No

Does it break the unit tests? No

Was any code refactored in this commit? No

Review status APPROVED

Starting 3-day comment window