You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Jörg Prante 4a2758b194 remove comments 4 weeks ago
.github/workflows update build for stable codeql run 2 years ago
content-api/src/main/java refactoring into the settings subprojects, each content/datastructure 3 years ago
content-core fix code quality as reported by Github CodeQL 2 years ago
content-csv lift to module path based compiling and testing 1 month ago
content-json lift to module path based compiling and testing 1 month ago
content-language/src/main/java lift to module path based compiling and testing 1 month ago
content-rdf lift to module path based compiling and testing 1 month ago
content-resource lift to module path based compiling and testing 1 month ago
content-smile lift to module path based compiling and testing 1 month ago
content-xml lift to module path, adjust tests 1 month ago
content-yaml lift to module path based compiling and testing 1 month ago
gradle remove comments 4 weeks ago
settings-content lift to module path, adjust tests 1 month ago
settings-content-json lift to module path based compiling and testing 1 month ago
settings-content-yaml update to Java 17, update to Gradle 7.5 2 years ago
.gitignore cosmetic 4 years ago
LICENSE.txt initial commit 8 years ago
README.md move config and settings to datastructures, deprecate this project 7 months ago
build.gradle lift to module path based compiling and testing 1 month ago
gradle.properties lift to module path based compiling and testing 1 month ago
gradlew move config and settings to datastructures, deprecate this project 7 months ago
gradlew.bat lift to module path based compiling and testing 1 month ago
settings.gradle remove comments 4 weeks ago

README.md

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