Name | <ElementTag.parse_yaml> |
Returns | MapTag |
Description | Parses the input YAML or JSON text into a MapTag. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L2496 |
Name | <util.parse_yaml[<yaml>]> |
Returns | MapTag |
Description | Parses the input YAML or JSON text into a MapTag. |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L566 |