I have to create a class that takes in information coming from a particular php website using java.net.URL
and decode it from the Json format
to general format
?
How do i accomplish it with or with out using the built-in serializes and deserializes in Gson library
?