I am new to JSON and trying to convert an object to JSON , it is adding an
"__hashCodeCalc":false
to it. I don't know what that means. how can I remove it before sending this JSON object ?
System.out.println("Person JSON element " + new Gson().toJson(person));