JSON.LD.Options (JSON-LD.ex v0.3.3) View Source

Options accepted by the JSON-LD processing algorithms.

as specified at https://www.w3.org/TR/json-ld-api/#the-jsonldoptions-type

Link to this section Summary

Link to this section Types

Specs

t() :: %JSON.LD.Options{
  base: String.t() | nil,
  compact_arrays: boolean(),
  document_loader: nil,
  expand_context: map() | nil,
  processing_mode: String.t(),
  produce_generalized_rdf: boolean(),
  use_native_types: boolean(),
  use_rdf_type: boolean()
}

Link to this section Functions

Specs

new() :: t()

Specs

new(t() | Enum.t()) :: t()