I have some data stored in Java elements and I need to return it in a given format - JSONObject. While my implementation works fine, I\'m still getting a warning message fro
try to change the put line to other
JsonPath.parse(jsonObj).set(fieldPath, Value);