When a unity asset file contains the following: dict: {key: } it is parsed as follows: dict: {key: !!null ''} I tried changing the style of the None representer but could not make it work. This only happens when inside OrderedFlowDict, normal None works fine.
When a unity asset file contains the following:
it is parsed as follows:
I tried changing the style of the None representer but could not make it work. This only happens when inside OrderedFlowDict, normal None works fine.