Guest User

Untitled

a guest
Dec 11th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "Estudiantes": {
  3. 'Id':1,
  4. 'nombre': Juan,
  5. 'Apellido': Perez,
  6. 'Materias' : {
  7. 'Matematica: {
  8. 'id': 001,
  9. 'Nota': 4.0,
  10. }
  11. 'Matematicas': {
  12. 'id': 001,
  13. 'Nota': 4.0,
  14. }
  15. 'Literatura': {
  16. 'id': 001,
  17. 'Nota': 4.0,
  18. }
  19. }
  20. }
Add Comment
Please, Sign In to add comment