Skip to content

Instantly share code, notes, and snippets.

@canonic-epicure
Created August 18, 2010 16:01
Show Gist options
  • Save canonic-epicure/535242 to your computer and use it in GitHub Desktop.
Save canonic-epicure/535242 to your computer and use it in GitHub Desktop.
// works
{
"id":"/lang",
"type":"/type/namespace",
"unique":null
}
// fails
{
"id":"/lang",
"unique":null
}
// should be:
{
"/type/namespace/id":"/lang",
"/type/namespace/unique":null
}
// or ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment