[ { name: 'rajesh',
type: 'varchar',
length: 50,
value: '07/21/2020' },
{ name: 'ramesh',
type: 'varchar',
length: 50,
value: '07/21/2020' },
{ name: 'abhi', type: 'int', value: '5' }
]
- I need to use for loop
- I need output like this('rajesh':'07/21/2020,'ramesh':'07/21/2020','abhi': 5
- Need to use JSON.stringify