Skip to content

Instantly share code, notes, and snippets.

@ralt
Created October 25, 2012 17:48
Show Gist options
  • Save ralt/3954291 to your computer and use it in GitHub Desktop.
Save ralt/3954291 to your computer and use it in GitHub Desktop.
json in node
var test = require('test.json');
test.some; // "property"
var test = require('test.json');
test.some; // "property"
{
"some": "property"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment