blueloveTH d9b83fbeb7 ...
...
2023-07-22 22:44:23 +08:00

12 lines
212 B
Markdown

---
icon: package
label: yaml
---
### `yaml.loads(s) -> dict`
Decode a YAML string into a python object.
!!!
Only support a subset of YAML. The YAML to be parsed must have a equivalent JSON representation.
!!!