https://github.com/mosteo/lml_ada
Lightweight Markup Language conversions for Ada
https://github.com/mosteo/lml_ada
Last synced: 4 months ago
JSON representation
Lightweight Markup Language conversions for Ada
- Host: GitHub
- URL: https://github.com/mosteo/lml_ada
- Owner: mosteo
- Created: 2024-08-26T20:22:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:20:48.000Z (about 1 year ago)
- Last Synced: 2026-01-25T13:02:02.926Z (4 months ago)
- Language: Ada
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/mosteo/lml_ada/actions)
[](https://alire.ada.dev/crates/lml.html)
[](./LICENSE)
## Human-readable Data-serialization Language Conversions
A preelaborable library to convert between common human-readable data-serialization languages (JSON, TOML, YAML).
Supported conversions (from text input to text output):
| In↓ / Out→ | JSON | TOML | YAML |
|:----------:|:----:|:----:|:----:|
| **JSON** | ✓ | ✓ | ✓ |
| **TOML** | ✓ | ✓ | ✓ |
Supported typed conversions (types from libraries listed below):
| In↓ / Out→ | TOML | Yeison |
|:----------:|:----:|:------:|
| **JSON** | ✓ | ✓ |
| **TOML** | ✓ | ✓ |
| **Yeison** | ✓ | ✓ |
- JSON: https://github.com/onox/json-ada
- TOML: https://github.com/pmderodat/ada-toml
- Yeison: https://github.com/mosteo/yeison