java - JSON Parser recommendation: Is there a JSON Parser which maintains order? -


i know json maintains order no longer json, requirement in use , throw code. have read other hacks replacing hashmap linkedhashmap in jsonobject.java file. wondering if there parser without modifications.

you use streaming json parser, e.g. jackson, deliver tags finds it. of course means might have change program logic process json elements on fly.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

Redirect to a HTTPS version using .htaccess -

Unlimited choices in BASH case statement -