com.vladsch.boxed.json.MutableJsValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boxed-json Show documentation
Show all versions of boxed-json Show documentation
Mutable JSON classes with easy search and manipulation in Java
package com.vladsch.boxed.json;
import javax.json.JsonValue;
public interface MutableJsValue extends JsonValue {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy