Skip to content

Instantly share code, notes, and snippets.

@Spencer-Allen
Created August 22, 2013 06:11
Show Gist options
  • Save Spencer-Allen/6303731 to your computer and use it in GitHub Desktop.
Save Spencer-Allen/6303731 to your computer and use it in GitHub Desktop.
{
"parentArray": [
{
"child_a": "sometext",
"child_b": "somemoretext"
},
{
"child_c": "abitmoretext",
"child_d": "lookatallofthistext"
}
]
}
var config = require('./config.json');
console.log(config.parentArray[1].child_d);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment