From 917e6897024926b2729aa7aa8e0c0fd3f674ec15 Mon Sep 17 00:00:00 2001 From: Rishu Rana <92886930+RanaRishu@users.noreply.github.com> Date: Mon, 31 Oct 2022 00:45:55 +0530 Subject: [PATCH] Create json format solved issue no#1 --- json format | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 json format diff --git a/json format b/json format new file mode 100644 index 00000000..600839eb --- /dev/null +++ b/json format @@ -0,0 +1,18 @@ +[ + { + "name":"Rishu Rana", + "github_handle":"RanaRishu", + "hacktoberfest_round":"first", + "role":[ + "contributor" + ] + }, + { + "name":"Rupali", + "github_handle":"RRuplai", + "hacktoberfest_round":"first", + "role":[ + "contributor" + ] + } +]