How to parse JSON in Elixir
Parsing JSON in elixir requires an external tool - and you'll need to define the types the data needs to be parsed into.
Posts tagged with "elixir"
Parsing JSON in elixir requires an external tool - and you'll need to define the types the data needs to be parsed into.
Reading files in elixir is pretty straight forward - especially if you just want the content of a file you know exists.
Elixir is rather easy - as long as you get past the pattern matching barrier I stumpled into when writing about reading program arguments.
Elixir is fundamentally different than many programming languages, which also shows in the simple task of making the Hello World program.