Creates an instance of JRaw with the content of the reader's current token.
| 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 )
- reader (JsonReader)
- The reader.
An instance of JRaw with the content of the reader's current token.