Skip to content

Commit 35a3533

Browse files
committed
Adds a snippet for reading data from json file
1 parent e3a98ea commit 35a3533

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/nim/secrets.nim

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)