spruceid / didkit

A cross-platform toolkit for decentralized identity.
https://www.spruceid.dev/didkit/didkit
Apache License 2.0
275 stars 76 forks source link

Remove functionality to convert arbitrary JSON-LD to n-quads. Not pos… #335

Closed thefireskater closed 1 year ago

thefireskater commented 1 year ago

…sible after changes to json_to_dataset.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

thefireskater commented 1 year ago

Hey, @awoie. In my reading of the code, json_to_dataset doesn't take an arbitrary JSON-LD string anymore. I can create a different version that does (which the old version did)... is it worth the effort to do that or should we just remove this functionality?