[Building Sakai] JSON
Charles Severance
csev at umich.edu
Tue Jan 22 08:02:05 PST 2013
In my next generation of Basic LTI APIs moving towards LTI 2.0, I am also using JSON and using json-simple and happy with it. Here is my dependency:
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
https://source.sakaiproject.org/svn//basiclti/branches/BLTI-203/basiclti-blis/
Are you using the same thing?
I would suggest that initially we *not* put it into shared right away. Let folks indies like LTI and LessonBuilder run their own show for a while.
But I do hope we go down a similar path and informally coordinate as we move forward.
/Chuck
On Jan 21, 2013, at 9:51 PM, Hedrick Charles wrote:
> I've started experimenting with JSON for persisting data that doesn't need to appear in queries. A number of Sakai applications use XML for this. I find the JSON is more compact and way it's organized results in significantly simpler code. However I have to do some weirdness because there's no JSON library in shared. It might be a good idea to put something there. I'm currently using simple-JSON, but I haven't investigated the alternatives.
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130122/76e5dff1/attachment.html
More information about the sakai-dev
mailing list