1

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!

jqueryEnthusiast
  • 155
  • 1
  • 7
  • 17

1 Answers1

1

How about the official JSON library?

orlp
  • 112,504
  • 36
  • 218
  • 315