
com.moon.core.json.JSONString Maven / Gradle / Ivy
package com.moon.core.json;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import static com.moon.core.util.TypeUtil.cast;
/**
* @author moonsky
* @see #hashCode() == {@link String#hashCode()}
* @see #equals(Object) == {@link String#equals(Object)}
*/
public final class JSONString implements JSON
© 2015 - 2025 Weber Informatics LLC | Privacy Policy