• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

how to read this json format in jquery

New Here ,
Feb 17, 2015 Feb 17, 2015

Copy link to clipboard

Copied

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

TOPICS
Getting started

Views

547

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 24, 2015 Mar 24, 2015

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

Votes

Translate

Translate
Community Expert ,
Mar 24, 2015 Mar 24, 2015

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation