| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > JsonObject
Represents a JSON-serializable object whose type has not been determined yet.
Signature:
export type JsonObject = any;This type is similar to any<></>, except that it communicates that the object is serializable JSON.