Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Show HN: Direct JSON Import (Python)
(github.com)
4 points
by
zaghaghi
4 years ago
| 1 comment
Show HN: Direct JSON Import (Python) | Dark Hacker News
zaghaghi
4 years ago
|
next
[−]
I made a funny python package, so you can directly import json file into your python code. let's say you have a json file named `info.json`. after installing this python package you can use json data by adding `import info` to your code.