Skip to content

vnd:serde_json module

Experimental

The vnd:serde_json module exposes the serde_json crate for parsing and serialising JSON. Parsed documents are returned as lib:json Object and Array handles.

PropertyValue
Namespacevnd
Sourcesrc/lua/vnd/serde_json.rs
Teststests/vnd/serde_json.test.luau
StabilityExperimental
Mirrorserde_json

Syntax

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

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