This will fix an issue where the conversion would fail when a skill contains an object with a value that is null.
The problem was the dict conversion that allowed keys with null for their value. Now we won't convert this key value pair; it will not appear in the converted dict.