Hi, I'm trying to add a feature through ArcGIS REST API directly.
As instructed here: Add Features—ArcGIS REST API: Services Directory | ArcGIS for Developers
I will need to create a Json feature Object and add it in to my query parameter.
Currently I have some ArcGISFeatures, is there are easy way to convert ArcGIS Feature to the JSON feature Object easily?
The ArcGISFeatures I have also have attachments.
Thanks in advance!