Stats
7,403
reputation
0
reached
1
answer
0
questions
Loading…
About
Some Useful Stuff
Current SO user's profile
Here is a list of some useful stuff I found and often use.
1. Parsing JSON file with comments
import json
from jsmin import jsmin
with open('parameters.jsonc') as js_file:
minified = jsmin(js_file.read())
parameters = json.loads(minified)
Badges
View all badges
This user doesn’t have any gold badges yet.
8
silver badges
-
Yearling
× 8Aug 16
2
bronze badges
-
SupporterOct 25, 2019
-
AutobiographerJun 8, 2020
Top tags
0
Score
1
Posts
100
Posts %
0
Score
1
Posts
100
Posts %
0
Score
1
Posts
100
Posts %
0
Score
1
Posts
100
Posts %