How to convert a json object into HTML in java?
+1
A:
There's no automatic way because a JSON object contains only data while in HTML there's markup semantics (there's no 1:1 mapping between JSON and HTML).
Darin Dimitrov
2010-09-04 11:21:58