# LibTmux.Query.Json.QueryDocumentJsonConverter

- **Module:** LibTmux.Query.Json
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux.Query.Json/QueryDocumentJsonConverter.cs#L12
- **Page:** https://libtmux.org/reference/dotnet/libtmux-query-json-querydocumentjsonconverter/

Writes the stable v1 wire form of a query document.

The wire form is hand-written rather than reflection-derived so the schema
is decoupled from the CLR shape: renaming a record property must not change
the bytes a v1 reader expects.

## Members

- `QueryDocumentJsonConverter` (method)
- `Read` (method)
- `Write` (method)
