json-prism
Version:
Immutable Prisms, i.e. Taking a Multifoci Json Path to Immutability, or A sentient item has some ability to communicate, either by sharing its emotions, broadcasting its thoughts telepathically, or speaking aloud.
70 lines (69 loc) • 1.58 kB
JavaScript
"use strict";
module.exports = {
sequence: ['EP1', 'EP2', 'EP3'],
episodes: {
EP1: {
sequence: ['EP11', 'EP12', 'EP13'],
EP11: {
start: {
place: 'EP11-Place',
time: "EP11 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
},
EP12: {
start: {
place: 'EP12-Place',
time: "EP12 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
},
EP13: {
start: {
place: 'EP13-Place',
time: "EP13 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
}
},
EP2: {
sequence: ['EP21', 'EP22', 'EP23'],
EP21: {
start: {
place: 'EP21-Place',
time: "EP21 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
},
EP22: {
start: {
place: 'EP22-Place',
time: "EP22 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
},
EP23: {
start: {
place: 'EP23-Place',
time: "EP23 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
}
},
EP3: {
sequence: ['EP31', 'EP32', 'EP33'],
EP31: {
start: {
place: 'EP31-Place',
time: "EP31 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
},
EP32: {
start: {
place: 'EP32-Place',
time: "EP32 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
},
EP33: {
start: {
place: 'EP33-Place',
time: "EP33 @ Wed May 15 2019 23:48:27 GMT+0200 (EET)"
}
}
}
}
};