package gui;

public interface JsonValue 
{
	static JsonValue.ValueType getValueType() 
	{
		return null;
	}
}