aspose file tools
The moose likes Java in General and the fly likes Problem with JSONSerializer.toJSON Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Problem with JSONSerializer.toJSON" Watch "Problem with JSONSerializer.toJSON" New topic
Author

Problem with JSONSerializer.toJSON

Jayavardhan geepi
Ranch Hand

Joined: Jul 21, 2010
Posts: 66
Hi,
Firstly I apologize if I'm posting in a wrong section of the forum.

I have JSONObject object = (JSONObject)JSONSerializer.toJson(obj) ;

which works fine when my 'obj' doesn't have values for fields of type java.sql.Timestamp.

But when values for these timestamp field are set, it is throwing "InvocationTargetException".

I'm using net.sf.json library of version 2.0.

Can some one help please?
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Can you post the results of the following two lines when you catch that InvocationTargetException:


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with JSONSerializer.toJSON
 
Similar Threads
how to, JSON data
Json Parser
JSON Syntax error
How can i pass the JSONObject to the servlet
Searching google images from java code