Omertron / api-omdb

API for the Open Movie Database
GNU General Public License v3.0
27 stars 20 forks source link

OmdbVideoFull to JSON #5

Closed syfantid closed 8 years ago

syfantid commented 8 years ago

How can I convert the OmdbVideoFull object to JSON object?

syfantid commented 8 years ago

Used this approach: http://www.mkyong.com/java/how-do-convert-java-object-to-from-json-format-gson-api/

Omertron commented 8 years ago

Seeing as the project uses Jackson, rather than adding another library, you could just use that. The link is here: https://github.com/FasterXML/jackson

syfantid commented 8 years ago

Thanks! Didn't notice! ;)