yaml parser #3883
raphael-grimm
started this conversation in
Ideas
yaml parser
#3883
Replies: 1 comment 3 replies
-
Seems like that ability would fit with these other abilities https://github.com/nlohmann/json#binary-formats-bson-cbor-messagepack-ubjson-and-bjdata, but it's up to @nlohmann to make that determination. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with yaml and json config files. Currently I am converting the yaml data into json data for processing since the API for nlohmann::json is better to work with. I was thinking about implementing a yaml (de)serializer using nlohmann::json as the backend datastructure.
I could implement this as a standalone project or add the parser to this codebase.
Would a yaml parser be seen as out of scope for this codebase?
Beta Was this translation helpful? Give feedback.
All reactions