defmodule RlRepo.Json do require Logger @moduledoc """ """ def fmt_as_json(a) do "{\"pkg_name\": \"abc\"," <> "\"" <> "}" end end