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, 8 months
  • Last seen more than a month ago

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)
This user doesn’t have any gold badges yet.
8
silver badges
2
bronze badges

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 %

Top posts