My JSON output currently looks like this:
"description":"MUSIC VIDEO - 7:13\n\nCREDITS\n\nLabel: Black Pain Records\nProduction Company: Idyll Films I have this bit of jQuery to fetch and input as text:
$.getJSON("http://vimeo.com/api/oembed.json?url=http://vimeo.com/"+strip2+"&callback=?", function(json){ $('.creditText').text(json.description); }); strip2 is my vimeo id. Currently the output is all one line, I would like where the \n is to be converted into
tags, is this possible?