I think i didnt explain this well, this is edited.
{"code":200,"meta":"{item:{Title:'{\"text\":\"This is title.\"}', Description:['Description']}}","name":"Awesome Sword's Information","id":10442}
I want to get this object's meta
. but I only could get {item:{Title:'{"text":"This is title."}', Description:['Description']}}
. How can I convert this string to javascript object? Thanks.