javascript - What do i do with json? -
ive been stuck on couple days , hopingnyou guys coiuld shed light on this.
quite ive been toying steam api , have been able make few calls. problem have im not quite sure how use result ( in json) arrange meaningful content. hoping create website info json results. im not here have give me answer point me in right direction. im html css , javascript , trying teach myself python open learning other languages done. anways, thanks!
json means javascript object notation. nice data-format, because can use directly in javascript, because can parse native browser-methods json.parse() (and reverse json-stringify()) , directly javascript-object, can work with.
Comments
Post a Comment