Seeking guidance reading .yaml files with C#

前端 未结 3 825
长发绾君心
长发绾君心 2021-01-18 08:37

Two months later: The YAML (Eve Online blueprint.yaml) file I tried to parse changed a huge deal which also made it much easier to parse using de deserializer. If someone (f

3条回答
  •  隐瞒了意图╮
    2021-01-18 09:03

    Well that was kinda stupid... it's kind of hard to create an mapping of something which only contains one element. I've edited the repo linked in the OP with an working example in case somebody runs into the same problem.

提交回复
热议问题