My rotation, scale and position object contains a zero values. I don't want to see these not human readable values in yaml file.
When I use a JSONEncoder, all values represents correctly.
How can I fix that? In YAMLEncoder I can't find options for that.
When I encoding object using YAMLEncoder, then I got a next result
My rotation, scale and position object contains a zero values. I don't want to see these not human readable values in yaml file. When I use a JSONEncoder, all values represents correctly.
How can I fix that? In YAMLEncoder I can't find options for that.