Given an object, return a valid JSON string of that object. You may assume the object only includes strings, integers, arrays, objects, booleans, and null. The returned string should not include extra ...
Beginner level task for practicing JSON serialization. Estimated time to complete the task - 1h. The task requires .NET 8 SDK installed. JSON Serialization in .NET is ...