An open API service indexing awesome lists of open source software.

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

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