SanjaySodani / json_editor_flutter

A user friendly widget to edit JSON object.
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Handle null values on text editor #3

Closed gerfa23 closed 2 months ago

gerfa23 commented 7 months ago

When switching from tree editor to text editor, null values throw an exception on text editor.

PD: Great job, the best json viewer/editor widget, and looking forward for expand/collapse all feature. :)

SanjaySodani commented 2 months ago

@gerfa23 Thank you for reporting this.

I will fix this in the next version.