Bases: object
Get a value from the tree
Parameters: | key (basestring) – key to use (dot separated). E.g., a.b.c |
---|---|
Returns: | value in the tree located at key |
Return boolean representation of value found at key
Parameters: | key (basestring) – key to use (dot separated). E.g., a.b.c |
---|---|
Returns: | boolean value |
Return tree config representation of value found at key
Parameters: | key (basestring) – key to use (dot separated). E.g., a.b.c |
---|---|
Returns: | config value |
Return float representation of value found at key
Parameters: | key (basestring) – key to use (dot separated). E.g., a.b.c |
---|---|
Returns: | float value |
Return int representation of value found at key
Parameters: | key (basestring) – key to use (dot separated). E.g., a.b.c |
---|---|
Returns: | int value |
Return list representation of value found at key
Parameters: | key (basestring) – key to use (dot separated). E.g., a.b.c |
---|---|
Returns: | list value |
Bases: object
Convert to json, properties or yaml
Parameters: | format (basestring) – json, properties or yaml |
---|---|
Returns: | json, properties or yaml string representation |
Convert HOCON input into a JSON output
Returns: | JSON string representation |
---|
Bases: object
Parse URL
Parameters: | url (basestring) – url to parse |
---|---|
Returns: | Config object |
Bases: object
Parse HOCON files: https://github.com/typesafehub/config/blob/master/HOCON.md