RootCause
The Sandbox.Json helper handles s&box-specific types (Resources, GameObjects, Colors, Vectors) that System.Text.Json doesn't know about. — In s&box, JSON serialization uses Sandbox.Json, not System.Text.Json directly. Tension: System.Text.Json directly on s&box types produces incorrect or missing output.
a1fe452f-5a1c-464a-b3de-454e7ce6ed29
The Sandbox.Json helper handles s&box-specific types (Resources, GameObjects, Colors, Vectors) that System.Text.Json doesn't know about. — In s&box, JSON serialization uses Sandbox.Json, not System.Text.Json directly. Tension: System.Text.Json directly on s&box types produces incorrect or missing output.