diff --git a/src/root.zig b/src/root.zig deleted file mode 100644 index 4c7fe9b..0000000 --- a/src/root.zig +++ /dev/null @@ -1,9 +0,0 @@ -const json = @import("json.zig"); - -pub const JSONError = json.JSONError; -pub const JSONType = json.JSONType; -pub const JSONObject = json.JSONObject; -pub const JSONValue = json.JSONValue; -pub const JSONStringValue = json.JSONStringValue; -pub const parseFile = json.parseFile; -pub const parseString = json.parseString;