https://github.com/microdee/yxx
YAML <-> XML eXchange
https://github.com/microdee/yxx
xml yaml
Last synced: 12 months ago
JSON representation
YAML <-> XML eXchange
- Host: GitHub
- URL: https://github.com/microdee/yxx
- Owner: microdee
- License: mit
- Created: 2024-12-04T21:13:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T01:22:09.000Z (over 1 year ago)
- Last Synced: 2025-03-27T17:16:49.095Z (12 months ago)
- Topics: xml, yaml
- Language: C++
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YXX
YAML <-> XML eXchange
Not to be confused with *Abbotsford International Airport*
This repository describes a method to map a YAML structure to an XML one. The idea behind YXX is that humans don't need to write XML for systems which require them.
[Check the specification](Convention/README.md)
## Libraries for different languages
These are only reference implementations for using YXX immediately, they might not be the highest quality of code in their respective language, or the reader might disagree with the specific parsers being used (if the standard library of the language doesn't provide one). In those cases it is an excercise for the reader to implement YXX regarding their own needs, all of these libraries are pretty small
* [ ] Python
* [ ] Javascript
* [ ] C#
* [ ] [C++](Libraries/Cpp/README.md)
* [ ] Rust
* [ ] Go