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

org.reploop.parser.json.tree.Value Maven / Gradle / Ivy

package org.reploop.parser.json.tree;


import org.reploop.parser.json.Node;

/**
 * All json components are values.
 *
 * @author George Cao([email protected])
 * @since 2016-10-14 20
 */
public abstract class Value extends Node {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy