Hi there 
If my research did show me the truth, then there is no way to call OS level - system commands (like my package manager) and get their output.
I assume, the right way to implement this, is by handling the calls and the output in another language and then convert it into JSON?
Is there another way, and what data exchange format do you love the most for Elm?
thanks
Elm-pages uses DataSource, maybe that can work in your context?
1 Like
That looks interesting, thanks.
I got to see, that the content I need to parse are available is available in simple text files, and Elm pages/DataSource looks promising.
Thanks 

system
Closed
5
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.