Skip to content

Instantly share code, notes, and snippets.

@hexx
Created October 2, 2012 18:39
Show Gist options
  • Save hexx/3822211 to your computer and use it in GitHub Desktop.
Save hexx/3822211 to your computer and use it in GitHub Desktop.
gaeds 0.2.0 description sample 2
// Model to JSON
(new Person("John", 13)).toJson // -> {"name":"John","age":13}
// JSON to Model
Person.fromJson("""{"name":"John","age":13}""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment