hocon

v0.1.1

  • Pages
  • Modules

    hocon v0.1.1 Hocon.Document View Source

    Link to this section Summary

    Functions

    convert(document, opts \\ [])
    convert_map(original, result, opts)
    convert_numerically_indexed(key, value, opts)
    convert_to_array(root, opts)
    merge(document1, document2)
    merge(root, key, original, value)
    new()
    put(doc, key, value)
    put_path(root, list, value)

    Link to this section Functions

    Link to this function

    convert(document, opts \\ [])

    View Source
    Link to this function

    convert_map(original, result, opts)

    View Source
    Link to this function

    convert_numerically_indexed(key, value, opts)

    View Source
    Link to this function

    convert_to_array(root, opts)

    View Source
    Link to this function

    merge(document1, document2)

    View Source
    Link to this function

    merge(root, key, original, value)

    View Source
    Link to this function

    new()

    View Source
    Link to this function

    put(doc, key, value)

    View Source
    Link to this function

    put_path(root, list, value)

    View Source

    Built using ExDoc (v0.21.2), designed by Friedel Ziegelmayer.