We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609172a commit 3979010Copy full SHA for 3979010
1 file changed
Contentstack.Core/Models/Entry.cs
@@ -8,7 +8,8 @@
8
using System.Threading.Tasks;
9
using Contentstack.Core.Internals;
10
using Contentstack.Core.Configuration;
11
-
+using Newtonsoft.Json;
12
+
13
namespace Contentstack.Core.Models
14
{
15
/// <summary>
0 commit comments