Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSONLD support? #5

Open
peacememories opened this issue Jul 15, 2019 · 1 comment
Open

Add JSONLD support? #5

peacememories opened this issue Jul 15, 2019 · 1 comment

Comments

@peacememories
Copy link

Hi, and thanks for creating this library :)

I'm currently trying to create a JSONLD based REST API for a service, and would love to have JSONLD support in rome for this. I'm obviously willing to do some work to make this happen. Is this something better done as a separate crate or do you think JSONLD support should be integrated in rome?

@vandenoever
Copy link
Owner

There are libraries for parsing JSON. JSON-LD is another matter. Translating JSONLD into triples is not trivial. Having support for JSONLD in Rome would be wonderful. To make reuse in other contexts easier, I suggest you put code for going from JSONLD to triples (and back) in separate crate.

However doing it inside of Rome is fine with me too if you think that's better. I will certainly look seriously at pull requests that add this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants