Packages

A JSON transformation library for a specific app

Current section

Files

Jump to
jsontransformer lib jsontransformer.ex
Raw

lib/jsontransformer.ex

# Original JSON data
defmodule Jsontransformer do
def hello do
IO.puts(:world)
end
end