2023-05-26 09:42:12 +02:00
|
|
|
# xbib Content
|
|
|
|
|
2023-10-04 11:27:45 +02:00
|
|
|
Deperecated, use datastructures instead.
|
|
|
|
|
2023-05-26 09:42:12 +02:00
|
|
|
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].
|