From 4c735b64005291173a324d555af6e8a9df8b939e Mon Sep 17 00:00:00 2001 From: Zach Jordan Date: Mon, 15 May 2023 08:52:44 -0400 Subject: The rabbithole continues, hopefully this doesnt take the whole week. --- src/gui/JsonValue.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/gui/JsonValue.java (limited to 'src/gui/JsonValue.java') diff --git a/src/gui/JsonValue.java b/src/gui/JsonValue.java new file mode 100644 index 0000000..e91f45b --- /dev/null +++ b/src/gui/JsonValue.java @@ -0,0 +1,9 @@ +package gui; + +public interface JsonValue +{ + static JsonValue.ValueType getValueType() + { + return null; + } +} -- cgit v1.2.3