I’m trying to query a blobbed column using the new Json function in sqlserver 2016 in SqlManagement but it complains about the format of the serialized Json data not having quotes around the properties.
Is there a setting to turn the quotes on in Ormlite?
So it saved to the db as expected, however I’ve got data that is in the previous Json format, is there a quick way to update all the blobbed data to use the JsonStringSerializer without losing any data?