mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 12:00:18 +00:00
212 B
212 B
icon | label |
---|---|
package | 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. !!!