Search code examples
jsonjdk1.4

A better JSON API for collection of java 1.4 objects


I am using JSON-simple API to convert java object array to JSON string without any success.

The response is weird: [object-name@6ddc07] and I get error on AJAX call.

Is there a better API compatible with JDK 1.4.

Thanks a lot!


Solution

  • How about the official JSON library?