There is an extra comma towards the end of the xml to json section of the readme:
convert: {
options: {
explicitArray: false,
},
xml2json: {
files: [
{
expand: true,
cwd: 'test/fixtures/',
src: ['*/.xml'],
dest: 'tmp/result/',
ext: '.json'
}
]
}, <-------------HERE
}
There is an extra comma towards the end of the xml to json section of the readme:
convert: {
options: {
explicitArray: false,
},
xml2json: {
files: [
{
expand: true,
cwd: 'test/fixtures/',
src: ['*/.xml'],
dest: 'tmp/result/',
ext: '.json'
}
]
}, <-------------HERE
}