Since most of the JSON keys are string for readability and best practise. It would be efficient to use Strings as keys by default like other JSON libraries. I found that it not only increases Parsing performance (PUT) but also GET operations.
Please consider defaulting keys to String and using an efficient HashMap for small data could increase the performance.
Dear Sir,
Since most of the JSON keys are string for readability and best practise. It would be efficient to use Strings as keys by default like other JSON libraries. I found that it not only increases Parsing performance (PUT) but also GET operations.
Please consider defaulting keys to String and using an efficient HashMap for small data could increase the performance.
Thanks Sandeep