Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grpc_basic/proto.ts>ReflectionObject#toJSON

Very basic gRPC implementation for Deno
Latest
method ReflectionObject.prototype.toJSON
Re-export
import { ReflectionObject } from "https://deno.land/x/grpc_basic@0.4.7/proto.ts";

Converts this reflection object to its descriptor representation.

Returns

{ [k: string]: any; }

Descriptor