Added moduler. /JL
This commit is contained in:
7
moduler/json2.py
Normal file
7
moduler/json2.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import json as JS
|
||||
|
||||
if __name__ == "__main__":
|
||||
with open("data.json", "r") as file:
|
||||
data = JS.load(file)
|
||||
|
||||
print(data)
|
||||
Reference in New Issue
Block a user