urlon
urlon copied to clipboard
JSON-like object notation that can be embedded in URLs
Results
2
urlon issues
Sort by
recently updated
recently updated
newest added
While using this library to update url in my browser I faced an issue while converting it back to JSON. For example: ```js urlon.stringify({ foo: 'ba/r' }); // OUTPUT: $foo=ba//r...