Created
December 12, 2016 09:58
-
-
Save jaimefps/5cba51380c933c410acf206cc84f5587 to your computer and use it in GitHub Desktop.
Navigate Spinoza
This file contains hidden or 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
var book = [ | |
{ | |
title: 'parte 1', | |
definitions: ['por causa de si ...', 'se llama finita en su genero ...'], | |
references: [] | |
}, | |
{ | |
title: 'parte 2 (importante)', | |
definitions: ['definition parte 2 def 1', 'aqui hay otra cosa'], | |
references: [{ | |
part: 0, | |
definition: 1 | |
}] | |
}, | |
{ | |
title: 'parte 3', | |
definitions: [], | |
references: [] | |
}, | |
{ | |
title: 'parte 4', | |
definitions: [], | |
references: [{ | |
part: 1, | |
definition: 0 | |
}] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment