User1121128150 posted
Hi
When I do a HTTP PUT request with JSON in the HTTP Body into a web api, is the order of the data sent in of importance?
I,e if my model has firstName defined before lastName do I have to make sure my JSON sends first name before lastName in the JSON data or it does not matter since they are named key : value pairs?
M