hocon v0.1.1 Hocon.Parser View Source

Link to this section Summary

Link to this section Functions

Link to this function

contact_rule(list, result)

View Source
Link to this function

decode(string, opts \\ [])

View Source

Parses and decodes a hocon string and returns a map

options

  • :convert_numerically_indexed - if set to true then numerically-indexed objects are converted to arrays
  • :strict_conversion - if set to true then numerically-indexed objects are only converted to arrays if all keys are numbers
Link to this function

try_concat_array(tokens, result)

View Source
Link to this function

try_merge_object(tokens, result)

View Source