ticarpi / jwt_tool

:snake: A toolkit for testing, tweaking and cracking JSON Web Tokens
GNU General Public License v3.0
5.47k stars 671 forks source link

Fix castInput function to handle OrderedDict conversion to JSON string #111

Open Gh05t666nero opened 5 months ago

Gh05t666nero commented 5 months ago

This pull request fixes the castInput function to handle OrderedDict conversion to JSON string. This prevents errors when the input is an OrderedDict, ensuring it is properly converted and parsed.

Changes Made

Before

Screenshot 2024-06-12 025340

After

Screenshot 2024-06-12 025744