UNPKG

@blocktion/json-to-table

Version:

A powerful, modular React component for converting JSON data to navigable tables with advanced features like automatic column detection, theming, and sub-table navigation. Part of the Blocktion SaaS project ecosystem.

3 lines (2 loc) 129 B
export declare const looksLikeJSON: (value: unknown) => boolean; export declare const tryParseJSON: (value: unknown) => unknown;