Recognising base64-encoded JSON
7 months ago
If you see a chunk of text beginning with eyJ
, it’s probably base64-encoded JSON. Here’s a demonstration.
If you see a chunk of text beginning with eyJ
, it’s probably base64-encoded JSON. Here’s a demonstration.
Yes, I know that JSON files don’t have comments. I’ve got some JSON files with comments in them. Here’s a quick way to strip the comments.