Hi, On Thu, May 29, 2008 at 5:09 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > After considering the situation, there is one point inside our > refactored JSONObject implementation, which may not be easily resolved > using the default library from json.org or the maven repository: Our > JSONObject is modified to use a LinkedHashMap internally instead of a > plain HashMap in order to guarantee the order amongst the properties of > JSONObject's.
How serious is this? I.e. how much code we have that depends on a specific ordering of properties? BR, Jukka Zitting
