Current section
Files
Jump to
Current section
Files
lib/cocktail/builder/json.ex
defmodule Cocktail.Builder.JSON do
@moduledoc """
Build JSON strings and maps from schedules.
This should be the reverse of `Cocktail.Parser.JSON`.
TODO: write long description
"""
# TODO: build a JSON representation of a schedule
end