Skip to content

ResourceStore.toJSON method

ResourceStore › toJSON

Unofficial

Serializes the store's resource data.

Signature:

toJSON(): Record<string, Record<string, Record<string, string>>>

Returns: Record<string, Record<string, Record<string, string>>>The underlying resource data.