Skip to content

Commit

Permalink
Updated readme with a link to a runnable example of the tool. Use jax…
Browse files Browse the repository at this point in the history
…b-jsonld 0.0.5. Bumped version to 0.0.5.
  • Loading branch information
ledsoft committed Oct 11, 2016
1 parent 6e41100 commit e8eb9f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -20,9 +20,13 @@ To integrate the library with Jackson, register a `cz.cvut.kbss.jsonld.jackson.J

and you should be good to go. See the `JsonLdSerializionTest` for examples.

See [https://github.com/kbss-cvut/jopa-examples/tree/master/jsonld](https://github.com/kbss-cvut/jopa-examples/tree/master/jsonld) for
an executable example of JAXB JSON-LD for Jackson in action.

## Serialization

The serializer's output has been verified to be a valid JSON-LD and is parsable by Java's JSON-LD reference implementation [jsonld-java](https://github.com/jsonld-java/jsonld-java).
The serializer's output has been verified to be a valid JSON-LD and is parsable by Java's JSON-LD reference implementation
[jsonld-java](https://github.com/jsonld-java/jsonld-java).

The output is basically a context-less compacted JSON-LD, which uses full IRIs for attribute names.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss</groupId>
<artifactId>jaxb-jsonld-jackson</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<name>JAXB JSON-LD Jackson</name>

<description>JAXB JSON-LD integration for Jackson.</description>
Expand All @@ -16,7 +16,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<cz.cvut.kbss.jaxb-jsonld.version>0.0.4</cz.cvut.kbss.jaxb-jsonld.version>
<cz.cvut.kbss.jaxb-jsonld.version>0.0.5</cz.cvut.kbss.jaxb-jsonld.version>
<junit.version>4.12</junit.version>
<org.mockito.version>1.10.19</org.mockito.version>
<ch.qos.logback.version>1.1.6</ch.qos.logback.version>
Expand Down

0 comments on commit e8eb9f7

Please sign in to comment.