wangyao5 / json-smart

Automatically exported from code.google.com/p/json-smart
0 stars 0 forks source link

JDK<1.5 support #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

   your project is really interesting as JSON-SIMPLE is quite stagnant but I must use JDK 1.4.2... and json-smart looks like it is not compatible. Am I wrong? Any plan to support older JVM?

Thanks
Bye
Piero

Original issue reported on code.google.com by ottu...@gmail.com on 10 Aug 2011 at 2:06

GoogleCodeExporter commented 9 years ago
Json-smart using the java.lang.Appendable interface, so it's need at least JVM 
1.5.

Json-smart should not be port to older JVM.

Original comment by uriel.chemouni on 10 Aug 2011 at 7:46