I'm trying to perform a post using angular js. In Angular, you pass the data as an object. Because of the server, I need the keys in the object to conatin dots, like the first one here:
$scope.quiz= {
entry.358412101: 'asdf',
formkey: '1F9trPeu9DA4W0CjADN4a1fl3Jh682ZPF8remWB21RhI',
draftResponse: '[]'
}
Is this at all possible?