Reputation: 23
I am trying to access a json array using json-simple dependency
productObject.get("description")
productObject is a jsonObject .
Gives me "Bhadohi, the ‘Carpet city of India’" unwanted characters .
In the json file it is "Bhadohi, the ‘Carpet city of India’"
how can I get the actual value as it is in the file.
Upvotes: -1
Views: 37