mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 14:02:03 +02:00
Initial commit
This commit is contained in:
10
node_modules/camelize/example/camel.js
generated
vendored
Normal file
10
node_modules/camelize/example/camel.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
var camelize = require('../');
|
||||
var obj = {
|
||||
fee_fie_foe: 'fum',
|
||||
beep_boop: [
|
||||
{ 'abc.xyz': 'mno' },
|
||||
{ 'foo-bar': 'baz' }
|
||||
]
|
||||
};
|
||||
var res = camelize(obj);
|
||||
console.log(JSON.stringify(res, null, 2));
|
Reference in New Issue
Block a user