Hey gang,
I know WP chooses to use Serialization for their data storage, but what would the benefits be vs JSON? I'm mainly asking because I just pulled a value out of the DB table to manually change a field's type (changed type from s:8:"checkbox" to s:5:"radio"), when I put it back my form was nuked and that change was the only thing I did. Now that I try, I can't seem to get the value stored in the DB to even unserialize for other forms, so I'm thinking maybe it's my GUI or something else...
Anyways, I'm wondering if you'll eventually go the JSON method as it isn't as finicky. Also wondering if anyone else has had the same issue editing the form_meta serialized array for a form.