invaders-xx / filament-jsoneditor

MIT License
22 stars 14 forks source link

Bugfix: Allow json editor to render json column that is casted to array or object #4

Closed ziming closed 2 years ago

ziming commented 2 years ago

Most people cast their json column as array or object

Hence this PR fix the issue where an array/object casted json column don't render.

ziming commented 2 years ago

This PR is merged and reversed a long time ago as I made a mistake, you shouldn't be reviewing it now