3

I found this question but didn't see a good answer. I'm interested specifically in configuration files, say in XML. Are there cross-language standard/tools for reading config files? XML itself is just a medium, but I want tools and libraries and standards, like those existing in .NET's ConfigurationSection class.

My main targets are Java and .NET.

fatihyildizhan
  • 8,614
  • 7
  • 64
  • 88
ripper234
  • 222,824
  • 274
  • 634
  • 905

1 Answers1

0

I came across that question. I know that question is more than a decade old, but today YAML can be an answer to the question. YAML community also maintains a list of libraries and tools for a wide range of programming languages.

For details, check the YAML home page: https://yaml.org/

Kartal Tabak
  • 760
  • 1
  • 7
  • 18