Hello
Is there a javadoc for json-simple?
I am trying to make a JSONObject from an existing map among other calls and this trial by casting is getting too much, grin. thx.
views:
245answers:
2
A:
The json-simple project on Google Code has links to encoding and decoding examples. I don't see javadoc as such, but the examples should be enough to get you started.
Greg Hewgill
2010-04-14 19:33:31
Hi GregThanks. I was hoping for more, I know do it and contribute, grin.
cp
2010-04-14 19:40:32
@cp: I just downloaded the json-simple source code and there are *some* javadoc comments present in the source. You could always just run javadoc on it and see what you get.
Greg Hewgill
2010-04-14 19:49:23
+1
A:
As Greg Hewgill said there are some javadoc comments in the source.
I generated the javadoc from source and put it online. I hope it can be of some help.
The project wiki has some interesting pages and version 1.0.2 also had an interesting README file
Alexandre Jasmin
2010-04-15 00:06:04