mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 04:20:17 +00:00
12 lines
212 B
Markdown
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.
|
|
!!! |