Generates & parses fixed width records against a JSON spec
npm install fixedGenerates & parses fixed width text files against a JSON spec. Converts between
JSON objects and fixed-length records, providing a native-feeling interface to
archaic file formats.



``js`
insert very brief usage example here
`bash`
$ npm install --save fixed
insert comprehensive usage instructions here
Install the development dependencies first:
`bash`
$ npm install
Then run the tests:
`bash``
$ npm test
Please open an issue on this repository.
- James Billingham
MIT licensed - see LICENSE file