I'm using JSONField here for example:
sets = JSONField(null=True, blank=True)
However, when my app (Native not Python) writes to the API Django stores with extra character i.e. "
becomes u'
, Why is this and how do I stop it?
Example returned data...
"sets": "{u'position': {u'y': u'-121-07', etc...