Hi,
I retrieved sharepoint online list data using rest api call and got results as:
data.d.results[0] ,data.d.results[1]...like wise 20 records.
now how to convert this 20 records into JSON format?
Please share the syntax for converting into JSON format.