ipld / specs

Content-addressed, authenticated, immutable data structures
Other
592 stars 108 forks source link

Signal ADLs in selectors #377

Closed willscott closed 2 years ago

willscott commented 2 years ago

Introduce an ExploreInterpretAs wrapper in selectors to allow points in a traversal where the current Node should be Reified using identified, well-known ADLs.

Example:

{
    "~": {
               "c": 0xabc00002,
               ">": { ".": {} }
        }
}
willscott commented 2 years ago

wrong repo