mdsh.com/wiki


RecentChanges

TextFormattingRules
AllWikiTopics
OrphanedWikiTopics
ToDoWikiTopics
WikiLockList
RSS
Export2HTML

WikiSearch

SetUsername

StartingPoints
Home
JSON @Dec 9, 2012 4:54:06 PM

Libraries for using JSON in Java

JSON-simple


http://code.google.com/p/json-simple/
Quite simple to turn a JSON string into an object tree of JSONObject, JSONArray, and Java primitive types.

JSON.org


http://www.json.org/java/index.html
You get a bunch of source code classes in the default package which you have to turn into something useful.
But useful it is.
Also quite simple to turn a JSON string into an object tree of JSONObject, JSONArray, and Java primitive types. But you can also convert JSON <==> XML, and other conversions.

VeryQuickWiki Version 2.8.1 | Admin

All contents copyright mdsh.com (C) 2011-2023.