-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hello,
The doc says :
"This plugin will collect all the json files provided to it, parse them, put them in a dictionary where the keys of that dictionary are the filenames."
It's pretty cool but what do you think to add an option to make pure merge. Like this for example :
file1.json
{
ENV: {
name: 'john'
}
}
file2.json
{
ENV: {
email : '[email protected]'
}
}
generated.json
{
ENV: {
name: 'john',
email : '[email protected]'
}
}
What do you think about it ?
Metadata
Metadata
Assignees
Labels
No labels