javascript - How to put a dot in the key? -
i'm trying perform post using angular js. in angular, pass data object. because of server, need keys in object conatin dots, first 1 here:
$scope.quiz= { entry.358412101: 'asdf', formkey: '1f9trpeu9da4w0cjadn4a1fl3jh682zpf8remwb21rhi', draftresponse: '[]' }
is @ possible?
exactly jon said:
$scope.quiz= { "entry.358412101": 'asdf', formkey: '1f9trpeu9da4w0cjadn4a1fl3jh682zpf8remwb21rhi', draftresponse: '[]' }
Comments
Post a Comment