Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 500 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 500 Bytes

Partial Encoding/Decoding

Schemaless schema system for empowering partial encoding/decoding.

Install

The main way of installing this library is using jitpack.io

repositories {
    // ...
    mavenCentral()
    maven("https://jitpack.io")
}

dependencies {
    // Replace TAG with the desired version
    implementation("org.cufy.ped:ped-core:TAG")
    implementation("org.cufy.ped:ped-bson:TAG")
}