All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.deplant.commons.jodan.data.JsonValue Maven / Gradle / Ivy

The newest version!
package tech.deplant.commons.jodan.data;

import tech.deplant.commons.Strings;

import java.math.BigDecimal;

public sealed interface JsonValue extends JsonElement permits JsonBoolean, JsonNumber, JsonNull, JsonString {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy