NodeJS Fiddler SAZ File Parser Package
Install
$ npm install saz-parser
Usage
var sazParser = ; ; // parsed object (ie. second argument in callback method) structure: "sessionId1": "request": "headers": "accept": "application/json" ... "content": "..." "response": "headers": "accept": "application/json" ... "content": "..." ...
License
MIT © Ludovic LEFEVRE