Parse Method (json) From Json.NET previous page next page Json.NET - Quick Starts & API Documentation Parse Method (json) Namespaces ► Newtonsoft.Json.Linq ► JToken ► Parse(String) C# Visual Basic Visual C++ Load a JToken from a string that contains JSON. Declaration Syntax C# Visual Basic Visual C++ public static JToken Parse( string json ) Public Shared Function Parse ( _ json As String _ ) As JToken public: static JToken^ Parse( String^ json ) Parameters json (String) A String that contains JSON. Return Value A JToken populated from the string that contains JSON. Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623) previous page start next page