json2yaml
json2yaml copied to clipboard
fixed dynamic map not being rendered to yaml
nested maps were outputted as default map like this 'yamlKey: {key:value}' now it outputs like yamlKey: key: value