2011-10-11 68 views
0

我想用scala.util.parsing.json中的JSON庫來解析JSON文件。我能夠讀取和解析JSON文件,但是如何將兩個JSON文件組合在一起? (第二個文件中的重疊值應該覆蓋第一個文件)。斯卡拉 - 合併兩個JSON文件

回答

2

對於Scala,建議使用liftweb json庫。這是功能豐富和更廣泛接受的JSON庫比斯卡拉內部的一個。合併在liftweb json庫中可用,

http://olim7t.github.com/liftweb-2.0-release-sxr/net/liftweb/json/Merge.scala.html

+0

由誰推薦? * [引用需要] –

+0

請參閱http://stackoverflow.com/questions/927983/how-can-i-construct-and-parse-a-json-string-in-scala-lift和http:// scala-programming -language.1934581.n4.nabble.com/Does-scala-util-parsing-json-JSON-worth-trying-td3234964.html –