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
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