Json.NET - Quick Starts & API Documentation
Create Method (reader)
Namespaces ► Newtonsoft.Json.Linq ► JRaw ► Create(JsonReader)
Creates an instance of JRaw with the content of the reader's current token.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static JRaw Create( JsonReader reader )
Public Shared Function Create ( _ reader As JsonReader _ ) As JRaw
public: static JRaw^ Create( JsonReader^ reader )
Parameters
- reader (JsonReader)
- The reader.
Return Value
An instance of JRaw with the content of the reader's current token.