digitalbazaar / cborld

A Javascript CBOR-LD processor for web browsers and Node.js apps.
https://json-ld.github.io/cbor-ld-spec/
BSD 3-Clause "New" or "Revised" License
19 stars 16 forks source link

Add support for compressing arbitrary URLs. #75

Closed davidlehn closed 2 months ago

davidlehn commented 9 months ago

Add support for compressing arbitrary URLs. Any id which is in the appContextMap will be compressed as a single number before using other URL codecs.

dlongley commented 2 months ago

I'm closing this because PR #87 supersedes it.