libtmux Reference MCP Search
On this page

LibTmux.Query.Json.QueryJson.Deserialize

View as Markdown

Module
LibTmux.Query.Json
Declared in
QueryJson
Package
LibTmux
Source
src/LibTmux.Query.Json/QueryJsonSerializerContext.cs
Deserialize ( json : string , limits : QueryJsonLimits? ) QueryDocument
methodstatic [source]
methodstatic [source]
Deserialize

Reads one v1 JSON document.

Parameters
  • json ( string ) – The encoded document.

  • limits ( QueryJsonLimits? ) – Limits to apply, never wider than v1.

Returns

The decoded document.

Raises
  • JsonExceptionThe document is malformed or oversized.

0 declared, 0 inherited

Esc

Type to search.