[
https://issues.apache.org/jira/browse/SLING-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600227#action_12600227
]
Felix Meschberger commented on SLING-485:
-----------------------------------------
Looking at this diff shows me three things:
* Our JSON has been refactored and classes moved into sub packages
* Our JSON uses generics, the original doesn't
* The newly downloaded JSON has some more functionality compared to ours.
* JSONWriter.maxdepth has been increased from 20 to 50 in our version.
If I did not miss anything, this is all trivial IMHO, except for the last one,
which was done for integration tests according to the comment.
> Use JSON library from json.org instead or our own variant
> ---------------------------------------------------------
>
> Key: SLING-485
> URL: https://issues.apache.org/jira/browse/SLING-485
> Project: Sling
> Issue Type: Improvement
> Components: Commons JSON
> Reporter: Bertrand Delacretaz
> Priority: Minor
> Attachments: json-diff.txt
>
>
> See http://markmail.org/message/ab22pv4jfbswa3qk - the json.org library is
> now available from Maven central.
> We need to find out how much our own variant (commons/json) differs from that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.