Created
December 23, 2015 19:08
-
-
Save samin/f158bcc5534909488cf4 to your computer and use it in GitHub Desktop.
Result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
fullname: "John Doe 1", | |
eid: "1234", | |
classes: [ | |
"Sala 1", | |
"Sala 2", | |
"Sala 3", | |
"Sala 4", | |
"Sala 5", | |
"Sala 6" | |
], | |
addresses: [{ | |
type: "phone", | |
tags: [ | |
"Responsável", | |
"Mãe" | |
], | |
address: "551138839332" | |
}, { | |
type: "email", | |
tags: [ | |
"Mãe" | |
], | |
address: "[email protected]" | |
}, { | |
type: "email", | |
tags: [ | |
"Aluno" | |
], | |
address: "[email protected]" | |
}, { | |
type: "email", | |
tags: [ | |
"Responsável", | |
"Pai" | |
], | |
address: "[email protected]" | |
}, { | |
type: "email", | |
tags: [ | |
"Responsável", | |
"Pai" | |
], | |
address: "[email protected]" | |
}, { | |
type: "phone", | |
tags: [ | |
"Pai" | |
], | |
address: "5519985504400" | |
}, { | |
type: "phone", | |
tags: [ | |
"Responsável", | |
"Mãe" | |
], | |
address: "551138839333" | |
}], | |
invisible: true, | |
see_all: true | |
}, { | |
fullname: "Mary Doe 2", | |
eid: "1235", | |
classes: "Sala 1", | |
addresses: [{ | |
type: "email", | |
tags: [ | |
"Responsável", | |
"Pai" | |
], | |
address: "[email protected]" | |
}], | |
invisible: false, | |
see_all: false | |
}, { | |
fullname: "Victor Doe 3", | |
eid: "1236", | |
classes: [ | |
"Sala 6", | |
"Sala 7" | |
], | |
addresses: [{ | |
type: "email", | |
tags: [ | |
"Responsável", | |
"Pai" | |
], | |
address: "[email protected]" | |
}, { | |
type: "email", | |
tags: [ | |
"Mãe", | |
"Aluno" | |
], | |
address: "[email protected]" | |
}, { | |
type: "phone", | |
tags: [ | |
"Aluno" | |
], | |
address: "551974430033" | |
}], | |
invisible: false, | |
see_all: false | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment