We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I use FuzzyDecoders because key1 may be numbers or strings. {"key1":123} {"key1":"123"}
but event in FuzzyDecoders, when decode {"key1":""}, it failed. I think get key1=0 will be better