io.setl.json.primitive.CJBoolean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of canonical-json Show documentation
Show all versions of canonical-json Show documentation
An implementation of the Canonical JSON format with support for javax.json and Jackson
The newest version!
package io.setl.json.primitive;
/**
* Marker interface for the JTrue and JFalse Canonicals.
*
* @author Valerio Trigari, 23/03/2020
*/
public interface CJBoolean {
/**
* Get the raw value of this, which is always a Boolean.
*
* @return the boolean value of this
*/
Boolean getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy