https://github.com/danmunteanu/cs_yaml_parser
Simple C# app to read and write YAML frontmatter.
https://github.com/danmunteanu/cs_yaml_parser
csharp dotnet yaml yaml-parser yaml-parsing
Last synced: 10 months ago
JSON representation
Simple C# app to read and write YAML frontmatter.
- Host: GitHub
- URL: https://github.com/danmunteanu/cs_yaml_parser
- Owner: danmunteanu
- License: gpl-3.0
- Created: 2023-11-29T13:57:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T16:42:47.000Z (about 1 year ago)
- Last Synced: 2025-01-27T17:38:21.173Z (about 1 year ago)
- Topics: csharp, dotnet, yaml, yaml-parser, yaml-parsing
- Language: C#
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# A Yaml Parser In C#
This is a simple YAML parser implementation written in C#.
There's also a companion course explaining how to develop the app (link takes you to Udemy).
### [Learn C# Yaml Parsing](https://www.udemy.com/course/learn-csharp-yaml-parsing)
If you're a C# beginner/intermediate, this might be a good course for you.
It can help you grow more confident in your C# and OOP skills.