Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove white space from JSON while sharing to reduce link length (#23)
Fixes #22 Minify JSON when creating sharable link and pretty print JSON when reading from query params. * **Minify JSON when creating sharable link** - Update `src/App.tsx` to minify the JSON when creating the sharable link on line 199. * **Pretty print JSON when reading from query params** - Update `src/App.tsx` to pretty print the JSON when reading from the query params on line 37. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yogeshpaliyal/benchmarkify/issues/22?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information