Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [fixmyjs](http://goatslacker.github.io/fixmyjs.com/) - Automatically fix your JS, driven by JSHint.
- [JavaScript Deobfuscator](https://deobfuscate.io) - A simple but powerful deobfuscator to remove common JavaScript obfuscation techniques.
- [JSON ABC](https://novicelab.org/jsonabc/) - Sorts JSON alphabetically
- [JSON Formatter & Validator](https://anytools.world/en/formatters/json-formatter) - Format, minify, sort, and validate JSON. JSON5 mode accepts comments and trailing commas. Runs entirely in the browser.
- [JSONFormatOnline](https://jsonformatonline.com) - Format, validate and convert JSON locally in the browser, no data sent to servers.
- [Markdown to HTML](https://markdowntohtml.com) - Paste or type your markdown and see it rendered as HTML. Download or copy the resulting HTML.
- [Markdown Tools](https://markdowntools.com) - Tools to convert Markdown to/from a number of formats. E.g. Html to Markdown, or a CSV to a Markdown table.
Expand All @@ -132,6 +133,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [TypeScriptToLua](https://typescripttolua.github.io) - TypeScript to Lua
- [Web2Img](https://etherdream.com/web2img) - A tool to bundle your web files into a single image, and extract them via Service Worker at runtime.
- [WebAssembly Explorer](https://mbebenita.github.io/WasmExplorer/) - translate C/C++ to WebAssembly, and then see the machine code generated by the browser.
- [XML Formatter / Validator](https://anytools.world/en/formatters/xml-formatter) - Format, minify, and validate XML. Preserves attributes, namespaces, and CDATA. Runs entirely in the browser.

## Resources

Expand Down
Loading