When updating or creating a feature with JSON thenumber entered for "x" and "y" changes from dec degrees (eg 143.8689302 -35.76106763) to some other format (0.001292349 -0.000321247 in this case). Why does this happen? When I use .CSV file with the same numbers it works correctly.
JSON:
{"geometry":{"x"143.8689302:,"y":-35.76106763,"spatialReference":{"wkid":102100}},"attributes":{"ObjectId":objectId,"Status":"construction_complete","ASSET_ID":assetID,}}