Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 221 Bytes

File metadata and controls

15 lines (10 loc) · 221 Bytes

JsonParser

currently as just code module

Run

iex -S mix run

in elixir console try to convert to JSON string:

Json.stringify(<map | list | atom | string | float | int | true | false | nil>)