Why is JsonObject in the System namespace? That's very confusing because it makes it seem like this is part of the .NET framework (rather than a third-party package), and there's also a JsonObject class in the System.Json namespace (https://docs.microsoft.com/en-us/dotnet/api/system.json.jsonobject?view=dotnet-plat-ext-2.1). Could you please consider moving it to a Pomelo.JsonObject namespace?
Why is
JsonObjectin theSystemnamespace? That's very confusing because it makes it seem like this is part of the .NET framework (rather than a third-party package), and there's also aJsonObjectclass in theSystem.Jsonnamespace (https://docs.microsoft.com/en-us/dotnet/api/system.json.jsonobject?view=dotnet-plat-ext-2.1). Could you please consider moving it to aPomelo.JsonObjectnamespace?