Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Query.Json.QueryJson.Deserialize

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

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
  • System.Text.Json.JsonException – The text is not JSON.

  • UnsupportedQueryExpressionException – The text is JSON, but not a v1 wire form: an unknown schema, version, target, node or constant, a duplicate or unknown member, or a value past one of the v1 limits.

0 declared, 0 inherited

Esc

Type to search.