C# (CSharp) XSerializer JsonReader.Discard - 4 examples found. These are the top rated real world C# (CSharp) examples of XSerializer.JsonReader.Discard extracted from open source projects. You can rate examples to help us improve the quality of examples.
Read and discard the next content value. If the next content type is JsonNodeType.OpenObject or JsonNodeType.OpenArray, then the reader will continue to read and discard content until the matching JsonNodeType.CloseObject or JsonNodeType.CloseArray content type is found. For all other content types, no additional reads are made.