1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00
wezterm/docs/config/lua/wezterm.serde/index.markdown

236 B

wezterm.serde module

{{since('nightly')}}

The wezterm.serde module provides functions for parsing the given string as json, yaml, or toml, returning the corresponding Lua values, and vice versa.

Available functions