datatree-adapters

Build Status Codacy Badge codecov GitHub license Javadocs

DataTree Adapter Pack

Text and binary adapters for DataTree Tools API.

DataTree is an extensible Java Library for reading, manipulating and writing hierarchical data structures from/to various formats. DataTree is NOT an another JSON parser. It’s a top-level API layer that uses existing JSON implementations. Even though the JSON format is the default, DataTree supports other formats, such as XML, YAML, TOML, etc. DataTree enables you to replace the underlaying implementation (to a smaller, smarter, faster version) during the software development without any code modifications. In addition, the DataTree API provides you with a logical set of tools to manipulate (put, get, remove, insert, sort, find, stream, etc.) the content of the hierarchical documents.

architecture

Documentation

Documentation

License:

DataTree is licensed under the Apache License V2, you can use it in your commercial products for free.