No description
Find a file
2022-10-16 17:21:38 +02:00
config update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
content-api/src/main/java refactoring into the settings subprojects, each content/datastructure 2021-10-13 17:32:29 +02:00
content-core fix code quality as reported by Github CodeQL 2022-10-16 17:21:38 +02:00
content-csv/src add Java named modules, Gradle 6, remove all logging, JUnit 5 2020-05-19 16:06:39 +02:00
content-json fixes for deepsource 2022-08-09 22:30:04 +02:00
content-language/src/main/java fixes for deepsource 2022-08-09 22:30:04 +02:00
content-rdf fix code quality as reported by Github CodeQL 2022-10-16 17:21:38 +02:00
content-resource fix code quality as reported by Github CodeQL 2022-10-16 17:21:38 +02:00
content-smile update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
content-xml fix code quality as reported by Github CodeQL 2022-10-16 17:21:38 +02:00
content-yaml update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
gradle update to net 3.0.0 2022-10-14 18:09:59 +02:00
settings-api fixes for deepsource 2022-08-09 22:30:04 +02:00
settings-content fixes for deepsource 2022-08-09 22:30:04 +02:00
settings-content-json update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
settings-content-yaml update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
settings-datastructures spotbugs fixes 2022-08-10 08:15:02 +02:00
settings-datastructures-json update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
settings-datastructures-yaml update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
.deepsource.toml Add .deepsource.toml 2022-08-09 18:28:05 +00:00
.gitignore cosmetic 2020-01-13 14:49:47 +01:00
build.gradle update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
gradle.properties fix code quality as reported by Github CodeQL 2022-10-16 17:21:38 +02:00
gradlew update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
gradlew.bat update to Java 17, update to Gradle 7.5 2022-08-04 11:47:14 +02:00
LICENSE.txt initial commit 2016-10-03 14:25:26 +02:00
README.adoc refactor property placeholder resolution, check BytesStreamOutput for length limit 2016-11-19 19:00:26 +01:00
settings.gradle update to net 3.0.0 2022-10-14 18:09:59 +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"]
image:https://img.shields.io/twitter/url/https/twitter.com/xbib.svg?style=social&label=Follow%20%40xbib[title="Twitter", link="https://twitter.com/xbib"]
image:https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif[title="PayPal", link="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GVHFQYZ9WZ8HG"]

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].