Expand description
Streaming msgpack → JSON string transcoder.
Walks msgpack bytes and writes JSON text directly into a String.
No intermediate serde_json::Value or nodedb_types::Value.
Used ONLY at the outermost pgwire/HTTP layer for client compatibility.
Functions§
- msgpack_
to_ json_ string - Transcode raw msgpack bytes to a JSON string without intermediate types.