Add toyaml, fromyaml context methods #1911
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Describe the feature
Make
toyaml
andfromyaml
methods.toyaml
should have an optional argument,sort_keys=False
.Similar to
tojson
,fromjson
methods.I'd use this when using a macro to generate schema.yml files.
Describe alternatives you've considered
Here is how I currently do it:
The text was updated successfully, but these errors were encountered: