-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
What feature or new tool do you think should be added to DevToys?
Add feature to parse query strings, in a similar manner to https://www.php.net/manual/en/function.parse-str.php
Why do you think this is needed?
I expected it to be with the URL encoding and decoding, parsing this would be a great extra feature
Solution/Idea
Paste in either a full URL or just the URI, for the UI to parse it and return it in JSON to make it human-readable very quickly
Comments
No response