Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ trait MDataFormat {
obj match {
case mdata.JsNumber(d) => JsNumber(d)
case mdata.JsTrue => JsTrue
case mdata.JsFalse => JsFalse
case mdata.JsString(s) => JsString(s)
case mdata.JsNull => JsNull
case mdata.JsUnit => JsObject(Map.empty[String, JsValue])
Expand Down