4
我的XML文件轉換成JSON,它拋出錯誤哈希XML解析成JSON節目沒有有效的根
The document "some xml data" does not have a valid root.
正在使用JSON寶石CONVER,我的代碼是
require 'json'
scheduledoc = "xmlfile"
scheduleData = Hash.from_xml(scheduleDoc).to_json
puts "schedule json #{scheduleData}
如何在rails中將xml轉換爲json。
你能後的XML? – Stewart 2013-05-02 23:18:38