CBLModel property -> json mapping

Hi,

we are using Couchbase 1.4 on iOS.

Is there a way to map properties to json fields on CBLModel?
So have a property “firstname” that maps to “xyz_firstname” in the son object?

Thanks,
Stefan Sturm

No, unfortunately there’s not. The object property name has to be the same as the JSON property name.