Remove old file

This commit is contained in:
Cameron Reed 2024-11-04 12:56:39 -07:00
parent 3d216fbd23
commit b060ca9715

View File

@ -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;