api - ResultSet in JSON format using JAVA code -


i have java code uses youtube data api search videos based on user entered query. have results stored in map data structure of java. want result in json format or store in json file. can please me it?

there several libraries out there this. try jackson or gson.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -