Open bdelville opened 7 years ago
With this code:
easyjson.path(pathPackage)
.add('dependencies[@group/library-core]', coreVersion)
.express();
It ends up adding this in the json:
{
dependencies: {
"@group/library-core" : "2.0.10"
},
"dependencies[@group/library-core]": "2.0.78"
}
If the json name contains characters such as "@" or "-", the nested feature does not work