https://github.com/srph/jayson
A no-refresh JSON escape/unescape formatter.
https://github.com/srph/jayson
javascript json react
Last synced: 3 months ago
JSON representation
A no-refresh JSON escape/unescape formatter.
- Host: GitHub
- URL: https://github.com/srph/jayson
- Owner: srph
- Created: 2018-10-05T22:53:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T00:35:32.000Z (over 7 years ago)
- Last Synced: 2025-01-26T17:15:52.579Z (over 1 year ago)
- Topics: javascript, json, react
- Language: TypeScript
- Homepage: https://jayson.kierb.com
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Jayson

A no-refresh JSON escape-unescape formatter. [freeformatter.com](https://www.freeformatter.com/json-escape.html) is an amazing service, but I think it's about time we go away from having to refresh page each time.
[View demo](https://zl33l5km24.codesandbox.io/)
## Attribution
Big thanks to [CodeSandbox](https://codesandbox.io/) for allowng me to scaffold this app in no time.