Changes between Version 1 and Version 2 of Ticket #33966


Ignore:
Timestamp:
Aug 30, 2022, 6:37:29 AM (21 months ago)
Author:
AllenJonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33966 – Description

    v1 v2  
    11Currently, we use nested objects to transform through a JSON field. For example, for
    2 `json = {'a': {'b': 'boat`}}`
     2`json = {'a': {'b': 'boat'}}`
    33
    44Here, to get 'boat` in text form we use:-
     
    77
    88A better UX would be:
    9 `KeyTextTransform('json_field__a__b`)`
     9`KeyTextTransform('json_field__a__b')`
Back to Top