Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created December 2, 2009 06:29
Show Gist options
  • Save lloyd/246997 to your computer and use it in GitHub Desktop.
Save lloyd/246997 to your computer and use it in GitHub Desktop.
input:
object {
object {
string first;
string last;
} name;
integer [0,200];
} person;
output:
Schema is invalid: property name expected
ing last; } name; integer [0,200]; } person;
(right here) ------^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment