Im interacting with JSON, for \"get\" it works ok,
But with the \"post\", I have an error as the dictionary objects are surrounded with double quotes \"\"
an
Try using NSNumber to save your value for the key. Something like-
NSNumber
[dicto setObject:[NSNumber numberWithDouble:10723.01] forKey:@"TransmissionAreaId"];