Skip to main content
Known Participant
February 17, 2015
Answered

how to read this json format in jquery

  • February 17, 2015
  • 1 reply
  • 622 views

hi i am using coldfusion 11 and i used steralize json function to convert query to JSOn.

[{"SERVER_ID":53,"NAME":"kirantest222","TYPE_ID":1,"UPDATED_NAME":null}]

when i am trying to read in jquery , error is happening.

could some one please give me some hint how to read this type of data in jquery?

Thanks

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer BKBK

Read it in jQuery as an array (symbol: []) containing one element, a JSON object (symbol: {}).

1 reply

BKBK
Community Expert
BKBKCommunity ExpertCorrect answer
Community Expert
March 24, 2015

Read it in jQuery as an array (symbol: []) containing one element, a JSON object (symbol: {}).