Skip to content

vnd:serde_yaml module

Experimental

The vnd:serde_yaml module exposes the serde_yaml crate for parsing and serialising YAML.

PropertyValue
Namespacevnd
Sourcesrc/lua/vnd/serde_yaml.rs
Teststests/vnd/serde_yaml.test.luau
StabilityExperimental
Mirrorserde_yaml

Syntax

lua
local serde_yaml = require("vnd:serde_yaml")

Description

WARNING

This reference page is a stub. The full Lua surface is captured in the module source listed above and exercised by the test file. A spec PR following the spec-driven development workflow will land the contracted surface here.

Until that lands, the source and tests are the contract.

See also