- From: Stian Soiland-Reyes <soiland-reyes@manchester.ac.uk>
- Date: Thu, 19 Jan 2017 11:06:46 +0000
- To: "public-linked-json@w3.org" <public-linked-json@w3.org>
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