Defined in node_modules/.pnpm/@bufbuild+protobuf@1.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:10
Methods
debug
debug ( json ) : string
Returns string
Defined in node_modules/.pnpm/@bufbuild+protobuf@1.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:40
make Read Options
make Read Options ( options ? ) : Readonly < JsonReadOptions >
Defined in node_modules/.pnpm/@bufbuild+protobuf@1.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:14
make Write Options
make Write Options ( options ? ) : Readonly < JsonWriteStringOptions >
Defined in node_modules/.pnpm/@bufbuild+protobuf@1.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:18
read Message
read Message < T > ( type , jsonValue , options , message ? ) : T
Returns T
Defined in node_modules/.pnpm/@bufbuild+protobuf@1.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:22
read Scalar
read Scalar ( type , json ) : any
Returns any
Defined in node_modules/.pnpm/@bufbuild+protobuf@1.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:32
write Message
write Message ( message , options ) : JsonValue
Defined in node_modules/.pnpm/@bufbuild+protobuf@1.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:26
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.2.0/node_modules/@bufbuild/protobuf/dist/types/json-format.d.ts:36
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.