No description
Find a file
2023-10-04 11:27:45 +02:00
.github/workflows update build for stable codeql run 2022-11-07 23:13:54 +01: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 move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00
content-language/src/main/java fixes for deepsource 2022-08-09 22:30:04 +02:00
content-rdf RdfContentGenerator needs close() 2022-11-13 15:50:41 +01:00
content-resource cleaning up IRI implementation 2022-10-22 13:00:27 +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 move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00
settings-content move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +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
.gitignore cosmetic 2020-01-13 14:49:47 +01:00
build.gradle move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00
gradle.properties move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00
gradlew move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00
gradlew.bat update to gradle 8.1.1, update dependencies 2023-04-25 14:25:29 +02:00
LICENSE.txt initial commit 2016-10-03 14:25:26 +02:00
README.md move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00
settings.gradle move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00

xbib Content

Deperecated, use datastructures instead.

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