import { JSONCodec } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";
Returns a Codec for encoding JavaScript object to JSON and serialize them to an Uint8Array, and conversely, from an Uint8Array to JSON to a JavaScript Object.
import { JSONCodec } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";
Returns a Codec for encoding JavaScript object to JSON and serialize them to an Uint8Array, and conversely, from an Uint8Array to JSON to a JavaScript Object.