Open dudewad opened 9 years ago
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 }
thanks for the heads up! (fwiw, using backticks around code will ensure that it's formatted and readable). here's an example
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 }