0

Hi Have This Json data in database table

["Travellers \u0026 Trekkers","Fitness Freaks","Parenting Group","Sports Lovers","Work: Startups","Art, Music \u0026 Literature","Volunteer Activities","Movie, Food \u0026 Events"]

How i use it in java. or how make a java array.

iTech
  • 13
  • 1
  • 8

1 Answers1

1

Instead of reinventing the wheel, you should look to integrating a pre-written, open-source library that parses the JSON for you. I would recommend json-simple from Google, or org.json library.

Eagle'sNest
  • 106
  • 1
  • 8