jsonld.js
jsonld.js copied to clipboard
Consider removal of duplicate checking in canonize call when expanding and convering to RDF
If an input needs to be expanded and converted to RDF within the jsonld.js canonize call (prior to calling canonize from rdf-canonize), we could potentially pass a flag to avoid duplicate checking as it may be totally unnecessary and achieve significant savings.