Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > JsonObject

JsonObject type

Represents a JSON-serializable object whose type has not been determined yet.

Signature:

export type JsonObject = any;

Remarks

This type is similar to any, except that it communicates that the object is serializable JSON.