{"id":3292,"date":"2014-06-24T18:36:17","date_gmt":"2014-06-24T18:36:17","guid":{"rendered":"http:\/\/webninjataylor.com\/library\/?p=3292"},"modified":"2014-06-24T18:36:17","modified_gmt":"2014-06-24T18:36:17","slug":"jquery-working-with-json-via-ajax","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/jquery-working-with-json-via-ajax\/","title":{"rendered":"jQuery: Working with JSON via AJAX"},"content":{"rendered":"<ul>\n<li>JSON property keys are always in quotes, but not in JS<\/li>\n<li>XHR = XML HTTP Request<\/li>\n<li>CFM =\u00a0Control Flow Management (ex. page loading and data loading asynchronously)<\/li>\n<\/ul>\n<pre>$.ajax({\r\n\u00a0 \u00a0url: '',\r\n\u00a0 \u00a0data: {'myUrlParams': 'value'},\r\n\u00a0 \u00a0success: function(){...},\r\n\u00a0 \u00a0error: function(){...},\r\n\u00a0 \u00a0dataType: 'json'   \/\/ use jsonp for cross-domain\r\n});<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>JSON property keys are always in quotes, but not in JS XHR = XML HTTP Request CFM =\u00a0Control Flow Management (ex. page loading and data loading asynchronously) $.ajax({ \u00a0 \u00a0url: &#8221;, \u00a0 \u00a0data: {&#8216;myUrlParams&#8217;: &#8216;value&#8217;}, \u00a0 \u00a0success: function(){&#8230;}, \u00a0 \u00a0error: function(){&#8230;}, \u00a0 \u00a0dataType: &#8216;json&#8217; \/\/ use jsonp for cross-domain });<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[9,27],"class_list":["post-3292","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-javascript","tag-jquery"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=3292"}],"version-history":[{"count":1,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3292\/revisions"}],"predecessor-version":[{"id":3293,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3292\/revisions\/3293"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=3292"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=3292"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=3292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}