<PackageReference Include="Newtonsoft.Json" Version="6.0.6" />

WriteState

public enum WriteState
Specifies the state of the JsonWriter.
namespace Newtonsoft.Json { public enum WriteState { Error, Closed, Object, Array, Constructor, Property, Start } }