Skip to content

Instantly share code, notes, and snippets.

@subnetmarco
Created November 17, 2011 03:20
Show Gist options
  • Save subnetmarco/1372278 to your computer and use it in GitHub Desktop.
Save subnetmarco/1372278 to your computer and use it in GitHub Desktop.
<object name="User">
<field>username</field>
<field>age</field>
<field array="true">emails</field>
<field array="true" object="Comment">comments</field>
</object>
<object name="Comment">
<field>id</field>
<field>text</field>
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment