Added json serialization of permissions in PermissionConverter.cs
[pithos-ms-client] / trunk / Pithos.Network / TreeHash.cs
index 6a6dfdd..4b9f967 100644 (file)
@@ -5,8 +5,9 @@ using System.Diagnostics.Contracts;
 using System.IO;
 using System.Text;
 using System.Threading.Tasks;
-using Newtonsoft.Json;
+
 using System.Linq;
+using Newtonsoft.Json;
 using Newtonsoft.Json.Linq;
 
 namespace Pithos.Network