Skip to content

Instantly share code, notes, and snippets.

@stk132
Created July 10, 2016 06:17
Show Gist options
  • Save stk132/b5a7626521d18b0b5e5054ee0f430ad0 to your computer and use it in GitHub Desktop.
Save stk132/b5a7626521d18b0b5e5054ee0f430ad0 to your computer and use it in GitHub Desktop.
VUsers.N() // output "users"
VUsers.Name.N() // output "name"
VUsers.ID.N() // output "id"
VUsers.A("hoge").N() // output "hoge"
VUsers.A("hoge").Name.N() // output "hoge.name"
VUsers.A("hoge").ID.N() // output "hoge.id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment