over 1 year ago
I want to convert json string to json object. I am using the following method.
public List<BusinessProcess> convertJsonToObject(String json) throws JsonParseException, JsonMappingException, IOException { ObjectMapper mapper = new ObjectMapper(); List<BusinessProcess> myObjects = mapper.readValue(json, new TypeReference<List<BusinessProcess>>() {}); return myObjects; }
The problem is that my json string has XML content in it, which gives error because of double quotes. What should I do?
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Answer(s)