best practice for parsing a complex json string best practice for parsing a complex json string json json

best practice for parsing a complex json string


you can split this up into multiple lines to keep from having long lines of repetitive code. for example:

var channel = wInfo.query.results.channel;var title = channel.title;var link = channel.link;