Skip to main content
CypherX's user avatar
CypherX's user avatar
CypherX's user avatar
CypherX
  • Member for 7 years, 9 months
  • Last seen more than 1 year 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)

Badges

This user doesn’t have any gold badges yet.
1
silver badge
7
bronze badges

Top tags

0
Score
2
Posts
100
Posts %
0
Score
2
Posts
100
Posts %
0
Score
2
Posts
100
Posts %
0
Score
2
Posts
100
Posts %
0
Score
2
Posts
100
Posts %