I want to test a rest service call that requires a float as one of the inputs. It seems it is always being sent as a string. how can i specify the type of that data to be sent. below is what the request should look like..
"data":
{
"LatLon":{
"__type":"GeoPoint",
"latitude":40.934784,
"longitude":-73.12912
}
}