Schemaless schema system for empowering partial encoding/decoding.
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")
}