AssetRipper_AssetRipper/Source/AssetRipper.Export.PrimaryContent
ds5678 a9685e3dc6 Handle empty lists and dictionaries in JSON output
Updated `EnterList<T>` to write "[]" for empty lists and return false.
Modified `EnterDictionary<TKey, TValue>` to write "{}" for empty string-keyed dictionaries and "[]" for empty non-string-keyed dictionaries, also returning false.
These changes ensure a more succinct representation of empty collections in the output.
2025-03-12 19:34:39 -07:00
..