Mix.install([:jason])
This is just some test!
%{a: 1, b: 2, c: 'three'} |> Jason.encode!() |> IO.puts()