Skip to content

Make a pure merge #4

@thomaspons

Description

@thomaspons

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions