Skip to content

Instantly share code, notes, and snippets.

@pprzetacznik
Created July 14, 2015 15:55
Show Gist options
  • Save pprzetacznik/29da6c121ee5d4082e9c to your computer and use it in GitHub Desktop.
Save pprzetacznik/29da6c121ee5d4082e9c to your computer and use it in GitHub Desktop.
iex(38)> map
%{"key" => "value"}
iex(39)> Poison.Encoder.encode(map, [])
[123, [[34, ["key"], 34], 58, [34, ["value"], 34]], 125]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment