On this page
LibTmux.Query.Json.QueryJson.Deserialize
- Module
- LibTmux.Query.Json
- Declared in
- QueryJson
- Package
- LibTmux
- Source
- src/LibTmux.Query.Json/QueryJsonSerializerContext.cs
- Deserialize ( json : string , limits : QueryJsonLimits? ) QueryDocument
-
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
-
-
JsonException – The document is malformed or oversized.
-
0 declared, 0 inherited