var category = [{
key: 'a',
value: 'avinash'
}, {
key: 'b',
value: 'balaji'
}, {
key: 's',
value: 'satish'
}, {
key: 'd',
value: 'dheeraj'
}, {
key: 'p',
value: 'poonam'
}, ];
Is this is Right Way to create? If not,Can any1 suggest me?