Recognising base64-encoded JSON
27 Nov 2024 09:12
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.