A javascript utility library for handling scenarios which we encouter while development.
- camelCaseResponse: A method to transform JSON keys to camel case so that one common standard is followed across a project.
This library is free and can be used anyways as required. Even specific code can be extracted and used.
Using npm:
$ npm i --save rionzz
In Node.js:
// Load the full build.
var rionzz = require('rionzz');