Page Contents

Home > @loopback/testlab > toJSON

toJSON() function

Signature:

export declare function toJSON(value: object | null | undefined): object | null | undefined;

Parameters

Parameter Type Description
value object | null | undefined  

Returns:

object | null | undefined