How to convert a json object into HTML in java?
|
feedback
|
|
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). | |||
|
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. | |||
|
feedback
|