Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:11 Methods debug debug ( json ) : string Returns string Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:42 make Read Options make Read Options ( options ? ) : Readonly < JsonReadOptions > Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:15 make Write Options make Write Options ( options ? ) : Readonly < JsonWriteStringOptions > Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:19 read Message read Message < T > ( type , jsonValue , options , message ? ) : T Returns T Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:23 read Scalar read Scalar ( type , json , longType ? ) : any Returns any Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:34 write Message write Message ( message , options ) : JsonValue Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:27 write Scalar write Scalar ( type , value , emitDefaultValues ) : undefined | JsonValue Parameters value : any emitDefaultValues : boolean Returns undefined | JsonValue Defined in node_modules/.pnpm/@bufbuild+protobuf@1.6.0/node_modules/@bufbuild/protobuf/dist/cjs/json-format.d.ts:38
JsonFormat is the contract for serializing messages to and from JSON. Implementations may be specific to a proto syntax, and can be reflection based, or delegate to speed optimized generated code.