Simple apps that run from GitHub Pages
View the live site on GitHub Pages: https://llad.github.io/tools/
- JSON → YAML — JSONtoYAML.html
A small in-browser converter that takes JSON and outputs YAML. Features:
- Paste JSON and click Convert (or press Ctrl/Cmd+Enter)
- Copy YAML to clipboard, Clear input
- Option to sort object keys
- Minimal YAML serializer covering JSON types (strings, numbers, booleans, null, arrays, objects)
(See the repository files for more tools.)