> and org.apache.jackrabbit.oak.commons.json does not only seem to introduce a > "JSOP" dependency (aren't we getting rid of that?), but also the JSON support > doesn't appear to support data types... (JsonObject.getProperties returns a > String/String map).
In that case can we use the JSON library from json.org as thats widely used in projects like Sling Felix WebConsole already. So we would not be adding a new dependency there Chetan Mehrotra On Mon, Mar 10, 2014 at 6:23 PM, Julian Reschke <julian.resc...@gmx.de> wrote: > On 2014-03-10 10:59, Chetan Mehrotra wrote: >> >> Thanks Julian. Created OAK-1521 to track this > > > I have looked at this, and org.apache.jackrabbit.oak.commons.json does not > only seem to introduce a "JSOP" dependency (aren't we getting rid of that?), > but also the JSON support doesn't appear to support data types... > (JsonObject.getProperties returns a String/String map). > > Best regards, Julian >