Closed
Description
This one is marked in the source code as "TODO" item, however I would like to emphasize its importance. Right now if I serialize and object into a JSON string and send it to JsonLdProcessor.Expand, it will mistakenly interpret it as a URI and of course fail. This is due to very weak check if in the code:
(input.Type == JTokenType.String && ((string)input).Contains(":"))
If it's a URI string that is expected would it be sufficient to match a regex here?
Metadata
Metadata
Assignees
Labels
No labels