Has anyone tried to create a JSON-LD adaptor for ember-data?

Just curious if anyone has already tried (failed or succeeded) in making an ember-data adaptor for JSON-LD?

Here is a link: http://json-ld.org/

The context portion of this standard is really interesting to me and there are implementations for languages other then Ruby as well as standards for your language of choice to meet in order to test an implementation if you need to create one for a yet unsupported language.

I’d love to hear what you all think of it. I have not studied it in depth yet, but I am guessing there will be some pitfalls to trying to implement it via ember-data.

Found this one: https://github.com/nhurden/ember-jsonld/