async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > JSONEncoderOptions > space

JSONEncoderOptions.space property

Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.

Signature:

space?: string | number | undefined;