-
-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Labels
Description
Describe the proposed feature
Dear Daniel,
I understand the library is called jsoncons and I understand I might be asking for too much.
However, jsoncons became for me the serialization lib of choice with its beautiful mappings and ease of use. Using any other tools and writing mappings just feels too cumbersome.
Can you think about adding the YAML extension to jsoncons, since YAML is a superset of JSON and both formats are closely related?
Cheers,
pat.
What other libraries (C++ or other) have this feature?
yaml-cpp has an implementation which is somewhat similar to jsoncons' approach.
Reactions are currently unavailable