How to check if complete JSON string is converted into Map
I want to check if complete JSON string gets converted to Map in below method. public boolean isCompleteStringParsedInToJson() { boolean isParsed = false; String str = "{ "tierkey 1": "Application", "tierkey 2": "Desktop", "tierkey 3": "Software"}, { "tierkey 4": "Application1",…