prisma-schema
Preparing search index...
_jsonPreprocessor
Variable _jsonPreprocessor
Const
_jsonPreprocessor
:
"\nexport const _jsonPreprocessor = (value: unknown) => {\n if (typeof value === \"string\") {\n try {\n return JSON.parse(value);\n } catch {\n return value;\n }\n }\n return value;\n}\n"
= ...
Json preprocessor definition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
prisma-schema
Loading...
Json preprocessor definition