Added support for JSON-LD 1.1 @json @type#307
Added support for JSON-LD 1.1 @json @type#307umbreak wants to merge 3 commits intojsonld-java:masterfrom
Conversation
|
Hi @umbreak , I don't know if your are aware of #283, also #284 (comment). I think there are some redundancies to ypur PR. |
|
The branch you are referring me to is an attempt to fully support of 1.1. I was hoping for a more iterative approach here where only some features are introduced (in order to not be stuck). But I understand if you don't see it the same way. |
This was exactly my intention with that setup, see #277 (comment):
Maybe we should follow up on the suggestion by @ansell in #283 (comment) and merge #283 into |
|
I'm fine with that approach too. Once you merge #283 into |
|
Done in the develop branch |
Added support for Json literal
I've added the tests from the current test suite related to JSON literal. The only test that doesn't pass (which I remove from the manifest) is
toRdf-js12. An unicode code point\u00Fis meant to be lowercased to\u00f.