In arcpy you just do geometry.JSON to get the json string for it.
I could not find a simple way to do the same in ArcObjects.
Convert single geometry (not in feature class) into json (or GeoJson) string.
The GeometryEngine in Pro SDK have ExportToJson.
Anybody?