-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I have a new requirement for the 'manifesto' library:
UniversalViewer/universalviewer#186
I need to be able to traverse an IIIF manifest (using traverseUnique?) to find a node with a given '@id' property. Example manifest:
http://wellcomelibrary.org/iiif/b18035723/manifest
It looks like exjs can do this:
https://github.com/BSick7/exjs/wiki/fromJson
But am I going to need to create mappings for every node type in the IIIF spec? Or can it be generalised somehow? It would be great if it just needed to know that there can be objects with an @id, or there can be arrays of objects with an @id...