ContaSystemer / elm-js-data / JsData

The module contains generic data structure to communicate with JavaScript


type alias JsData =
{ tag : String
, data : Json.Encode.Value 
}

Structure of the data to communicate with JavaScript

toString : JsData -> String

Converts JS data to string