Successfully added
C#
by Nélio
System.Text.Json
The System.Text.Json
namespace provides high-performance, low-allocating, and standards-compliant tools to work with JSON. The classes allow us to serialize objects into JSON text and deserialize JSON text to objects. The UTF-8 support is built-in.
Referenced in:
Comments