Packages
A serialization library implementing the jsonapi.org 1.0 spec suitable for use building JSON APIs in Phoenix and any other Plug based framework or app.
Current section
Files
Jump to
Current section
Files
lib/ja_serializer/builder.ex
defmodule JaSerializer.Builder do
@moduledoc false
def build(context) do
JaSerializer.Builder.TopLevel.build(context)
end
end