Skip to content

Instantly share code, notes, and snippets.

@earth2marsh
Last active June 10, 2016 00:23
Show Gist options
  • Save earth2marsh/7e5c2a27d047e200906d751558a1dd64 to your computer and use it in GitHub Desktop.
Save earth2marsh/7e5c2a27d047e200906d751558a1dd64 to your computer and use it in GitHub Desktop.
JSON References Example
{
"bar": 1,
"bish": {
"$ref": "./bish.json"
}
}
{
"baz": 1
}
{
"foo": {
"$ref": "./bar.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment