JSON-LD.ex v0.3.5
  • Pages
  • Modules

    View Source JSON.LD.Expansion (JSON-LD.ex v0.3.5)

    Link to this section Summary

    Functions

    expand(input, options \\ %Options{})
    expand_value(active_context, active_property, value)

    Details at http://json-ld.org/spec/latest/json-ld-api/#value-expansion

    Link to this section Functions

    Link to this function

    expand(input, options \\ %Options{})

    View Source
    @spec expand(map() | [map()], JSON.LD.Options.convertible()) :: [map()]
    Link to this function

    expand_value(active_context, active_property, value)

    View Source
    @spec expand_value(JSON.LD.Context.t(), String.t(), any()) :: map()

    Details at http://json-ld.org/spec/latest/json-ld-api/#value-expansion

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.3) for the Elixir programming language