Creates a JSON serializer/deserializer.
Serialises values to UTF-8 JSON bytes and deserialises UTF-8 JSON bytes back to typed values. The type parameter T is not validated at runtime; callers are responsible for ensuring the JSON shape matches T.
T
Creates a JSON serializer/deserializer.
Serialises values to UTF-8 JSON bytes and deserialises UTF-8 JSON bytes back to typed values. The type parameter
Tis not validated at runtime; callers are responsible for ensuring the JSON shape matchesT.