From 18667a86f7148667cbd4d67649d9501ee72b3d52 Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Fri, 3 Jan 2025 16:38:34 -0800 Subject: [PATCH] Forgot the test file! --- tests/test_files/test.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test_files/test.json diff --git a/tests/test_files/test.json b/tests/test_files/test.json new file mode 100644 index 0000000..eba3059 --- /dev/null +++ b/tests/test_files/test.json @@ -0,0 +1,10 @@ +{ + "key1": "string_value", + "key2": 1234, + "key3": [ + "list_value1", + "list_value2" + ], + "5b64c88c-b3c3-4510-bcb8-da0b200602d8": "uuid_key", + "uuid_value": "9700dc99-6685-40b4-9a3a-5e406dcb37f3" +}