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