No description
Find a file
Jörg Prante 4a2758b194
Some checks are pending
CodeQL / Analyze (push) Waiting to run
remove comments
2024-04-17 17:14:22 +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 lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
content-json lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
content-language/src/main/java lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
content-rdf lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
content-resource lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
content-smile lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
content-xml lift to module path, adjust tests 2024-04-08 16:16:35 +02:00
content-yaml lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
gradle remove comments 2024-04-17 17:14:22 +02:00
settings-content lift to module path, adjust tests 2024-04-08 16:16:35 +02:00
settings-content-json lift to module path based compiling and testing 2024-04-08 16:04:18 +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 lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
gradle.properties lift to module path based compiling and testing 2024-04-08 16:04:18 +02:00
gradlew move config and settings to datastructures, deprecate this project 2023-10-04 11:27:45 +02:00
gradlew.bat lift to module path based compiling and testing 2024-04-08 16:04:18 +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 remove comments 2024-04-17 17:14:22 +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].