You'd have to do JSON.parse(conversations.messages[0]).text . This way you parse the object inside messages and have access to its ...
確定! 回上一頁