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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -