Exclude the value of a certain key, from getting encoded
Author: vanenshiCreated Feb 5, 2024Updated Jan 4, 2025
Is there a way to exclude the value of a key from getting encoded? I tried using a custom encode function, but that function runs on value and key separately, and there is no way to understand the key of a certain value inside it
Source: ljharb/qs