Re: Implementation in C of JSON-LD

On Tue, 17 Jan 2017 08:46:54 +0000, Oscar Novo <oscar-novo@outlook.com> wrote:
> 
> I'm planning to integrate json-ld into the LibCoAP open source code for a project but I haven't found any implementation of json-ld in C in your website (http://json-ld.org/). Do you know of any available implementation in C of json-ld?

Unfortunately the Redland RDF library don't support it yet

http://librdf.org/raptor/ says:

> JSON-LD is not supported - too complex to implement.

Not sure why as there should be many JSON libraries to get you started - I'm
sure contributions would be welcome.


Here are two C++ approaches which have been mentioned earlier:

As part of IDNI Tau-Chain:
https://github.com/naturalog/tauchain/blob/master/jsonld.cpp

Probaby outdated:
https://github.com/digitalbazaar/monarch/blob/jsonld/cpp/data/json/JsonLd.cpp 

Received on Thursday, 19 January 2017 11:07:14 UTC