We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a98ea commit 35a3533Copy full SHA for 35a3533
snippets/nim/secrets.nim
@@ -0,0 +1,4 @@
1
+import json
2
+let configuration = parseFile("C:/Users/ama/OneDrive/config/secrets.json")
3
+echo(configuration["apiKey"])
4
+echo(configuration["apiSecret"])
0 commit comments