We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For small json data, using JSONValue can be much faster than two-pass msgpack conversion.
And also, using LinkedHashMap of Java can be faster than using Scala's Map for put operations. So we need to redesign JSONObject implementation
The text was updated successfully, but these errors were encountered:
This performance difference has not been an issue as airframe-json is usually processing small amount of data.
Sorry, something went wrong.
No branches or pull requests
For small json data, using JSONValue can be much faster than two-pass msgpack conversion.
And also, using LinkedHashMap of Java can be faster than using Scala's Map for put operations. So we need to redesign JSONObject implementation
The text was updated successfully, but these errors were encountered: