Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 609 Bytes

File metadata and controls

24 lines (16 loc) · 609 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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.