Parse a string and put the result into the graph kb.
Normal method is sync.
Unfortunately jsdonld is currently written to need to be called async.
If you are parsing JSON-LD and want to know when and whether it succeeded, you need to use the callback param.
Parse a string and put the result into the graph kb. Normal method is sync. Unfortunately jsdonld is currently written to need to be called async. If you are parsing JSON-LD and want to know when and whether it succeeded, you need to use the callback param.