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.
8d70884
__proto__
toJSON
encode({ sort: '-date' }) // v1.0.0 → "sort=\-date" // v1.0.1 → "sort=-date"
decode('a={b:{') // v1.0.0 → { a: { b: {} } } // v1.0.1 → throws "Unterminated input" error