up vote 3 down vote favorite
1
share [g+] share [fb]

How to convert a json object into HTML in java?

link|improve this question
feedback

2 Answers

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).

link|improve this answer
feedback

In trying to find an answer to your question, for myself, I came across this: Jemplate Not sure if that will help you. It did help me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.