No description
Find a file
2016-11-02 22:14:50 +01:00
content-core fixing artifact creation 2016-10-29 20:00:22 +02:00
content-csv initial commit 2016-10-03 14:25:26 +02:00
content-json fixing artifact creation 2016-10-29 20:00:22 +02:00
content-language initial commit 2016-10-03 14:25:26 +02:00
content-rdf initial commit 2016-10-03 14:25:26 +02:00
content-resource initial commit 2016-10-03 14:25:26 +02:00
content-smile fixing artifact creation 2016-10-29 20:00:22 +02:00
content-xml fixing artifact creation 2016-10-29 20:00:22 +02:00
content-yaml fixing artifact creation 2016-10-29 20:00:22 +02:00
gradle fixing artifact creation 2016-10-29 20:00:22 +02:00
.gitignore initial commit 2016-10-03 14:25:26 +02:00
.travis.yml update to jackson 2.8.4 2016-11-02 22:05:50 +01:00
build.gradle Travis needs repositories 2016-11-02 22:14:50 +01:00
gradlew initial commit 2016-10-03 14:25:26 +02:00
gradlew.bat initial commit 2016-10-03 14:25:26 +02:00
LICENSE.txt initial commit 2016-10-03 14:25:26 +02:00
README.adoc Travis needs repositories 2016-11-02 22:14:50 +01:00
settings.gradle initial commit 2016-10-03 14:25:26 +02:00

# xbib Content

image:https://api.travis-ci.org/xbib/content.svg[title="Build status", link="https://travis-ci.org/xbib/content/"]
image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Acontent/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Acontent"]
image:https://maven-badges.herokuapp.com/maven-central/org.xbib/content/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20content"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[title="Apache License 2.0", link="https://opensource.org/licenses/Apache-2.0"]

This is a Java library for processing structured data ("content") in the most popular formats, such as
JSON, SMILE-JSON, YAML, XML, CSV, and also semantic descriptions in RDF (N-Triples, Turtle, RDF/XML).

xbib Content offers stream-based Java builders, parsers, and a settings API oder the formats, so it is very convenienant
to use. The only dependency is https://github.com/fasterxml/jackson[the Java Jackson library].