advoor / nova-editor-js

Editor JS field for Laravel Nova
92 stars 54 forks source link

Fix double-encoding issues #73

Closed roelofr closed 2 years ago

roelofr commented 2 years ago

This fixes an issue where pre-JSON-encoded values were re-encoded, causing JSON string recursion.

Also includes a fix to recognize nested JSON and decode it, so you won't have to iterate over all changed data.

Closes #72