Hi, On Fri, Jun 10, 2011 at 1:41 PM, Michael Dürig <mic...@gmail.com> wrote: >> Another question: Why would we ever want to build our own JSON parsing >> and serialization code? Just use one of the existing libraries out >> there. > > One of the reasons is that we are not strictly JSON. i.e. order of the items > is of importance.
Sling already has the org.apache.sling.commons.json component that implements using code forked from the external JSON Java library [1]. [1] http://www.json.org/java/ BR, Jukka Zitting