stringify_map/1
?
#11
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or request
help wanted
Extra attention is needed
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
I've found myself wanting to
Logger.info("map: #{map}")
a few times and not being able to ...Considered using
Jason.encode!/1
https://github.com/michalmuskala/jason#basic-usagebut would much prefer to have a lightweight solution that just makes a single string not a string with nested/escaped strings ...
vs:
I don't want JSON. I just want to see what's inside the
Map
without having to do any gymnastics.@SimonLab thoughts? Have you needed something like this in your recent
Elixir
work? 💭The text was updated successfully, but these errors were encountered: