code

troposphere_mate.core.code.flatten_dct(dct, _items=None, _parent=None)[source]

Convert a dict with nested dict or list into flattened key, value pairs. Key is in form of json path.

Return type:typing.List[typing.Tuple[str, typing.Any]]