Skip to main content
CypherX's user avatar
CypherX's user avatar
CypherX's user avatar
CypherX
Vice President, Data Scientist at Truist
  • Member for 8 years, 7 months
  • Last seen this week

Stats

7,403
reputation
769k
reached
354
answers
13
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)
4
gold badges
29
silver badges
39
bronze badges
445
Score
336
Posts
92
Posts %
119
Score
116
Posts
32
Posts %
50
Score
54
Posts
15
Posts %
40
Score
39
Posts
11
Posts %
35
Score
42
Posts
11
Posts %
23
Score
12
Posts
3
Posts %

Top posts

View all questions, answers, and articles