apstanisic / zmaj

Zmaj is a headless CMS for managing database
https://zmaj.vercel.app
MIT License
5 stars 0 forks source link

Json is being converted on every change #2

Open apstanisic opened 2 years ago

apstanisic commented 2 years ago

It's converting string->object and reverse for every json input. It can slow down page a lot with big payload. Record requires that json be object, but input field requires string