Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.32 KB



JWS Abstract Data Representation

GitHub Workflow Status (branch) GitHub Maven metadata URL GitHub contributors Lines of code Discord Twitter Follow

Introduction

A library to abstractly represent structured data and convert it from and to several formats

Documentation

You can find the current docs on our website. This is a work-in-progress project though so it's not yet complete.

Maven

<dependency>
    <groupId>org.javawebstack</groupId>
    <artifactId>abstract-data</artifactId>
    <version>1.0.6</version>
</dependency>