You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2008/07/16 00:27:31 UTC

[jira] Commented: (SHINDIG-451) JSON Serialization using net.sf.json-lib

    [ https://issues.apache.org/jira/browse/SHINDIG-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613756#action_12613756 ] 

Kevin Brown commented on SHINDIG-451:
-------------------------------------

We should probably treat this as a multi-part issue, with the eventual goal of converting all usage of org.json.* to the net.sf.* versions. I don't like having two different JSONObjects floating around the code.

> JSON Serialization using net.sf.json-lib
> ----------------------------------------
>
>                 Key: SHINDIG-451
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-451
>             Project: Shindig
>          Issue Type: Improvement
>          Components: OpenSocial  feature (Javascript), RESTful API (Java)
>            Reporter: Ian Boston
>         Attachments: SHINDIG-451.patch
>
>
> Progress on a patch to use json-lib to perform serialization of the inbound and outbound json messages, at the moment it re-uses the rhino from Shindig 412, but only in the tests to give finer grain control in the test cases. The Enum handling in json-lib is neat :).
> The unit tests that are not currently working are disabled with a Xtest, but Person and activity with some depth in the tree are working.
> Will attache the patch in a moment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.