digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.65k stars 195 forks source link

playground doesn't handle all gen-delims correctly (hash, colon, etc) #455

Open VladimirAlexiev opened 3 years ago

VladimirAlexiev commented 3 years ago

example 32 and following describe the special treatment of gen-delims. But it seems to me the playground handles only SLASH correctly (look at "table"):

In particular, it's critical to fix the handling of HASH and COLON.