Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {
  2. first : "Dan",
  3. last : "Knight"
  4. age : 40
  5. }
  6.  
  7. {
  8. first : "Danny"
  9. // 'last' field not present as was cleared in form
  10. age : 40
  11. }
  12.  
  13. {
  14. first : "Danny",
  15. last : "Knight"
  16. age : 40
  17. }
  18.  
  19. {
  20. first : "Danny",
  21. age : 40
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement