From 4483c1ebb0b8834e066de346576f237bc8c5db1b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 25 Apr 2025 15:58:26 -0700 Subject: [PATCH] Add file for future JSON related code. --- lib/helpers/json.dart | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/helpers/json.dart diff --git a/lib/helpers/json.dart b/lib/helpers/json.dart new file mode 100644 index 0000000..541589c --- /dev/null +++ b/lib/helpers/json.dart @@ -0,0 +1 @@ +// Functions related to parsing JSON strings and objects.