From ba4d61886cc5827cde41ddcc8d00cdbed197b695 Mon Sep 17 00:00:00 2001 From: cell0901 <142923689+cell0901@users.noreply.github.com> Date: Thu, 27 Nov 2025 03:41:29 +0530 Subject: [PATCH] Add testing.json with sample JSON content --- testing.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing.json diff --git a/testing.json b/testing.json new file mode 100644 index 0000000..822e34f --- /dev/null +++ b/testing.json @@ -0,0 +1,3 @@ +{ + "this is called json" +}