vnd:serde_json
Experimental
JSON parsing/serialisation via serde_json. Parsed documents returned as lib:json Object/Array handles.
| Property | Value |
|---|---|
| Namespace | vnd |
| Source | src/lua/vnd/serde_json.rs |
| Tests | tests/vnd/serde_json.test.luau |
| Stability | Experimental |
| Mirror | serde_json |
Syntax
lua
local serde_json = require("vnd:serde_json")Description
WARNING
Stub. Full surface in module source; contract exercised by test file.
See also
lib:json— document handles produced by this module- The module system
vnd:*