Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
j
- JsonSchema Description: JSON Schema is a specification that allows defining the structure of data in JSON (JavaScript Object Notation) format. Its main(...) Read more
- JToken Description: JToken is a fundamental class in the Newtonsoft.Json library, also known as Json.NET, which represents a token in JSON format. This(...) Read more
- JObject Description: JObject is a class that represents a JSON object, a data structure widely used in modern programming for information exchange. This(...) Read more
- JArray Description: JArray is a class that represents a JSON array, allowing for efficient manipulation and access to structured data in JSON format.(...) Read more
- JsonSerializerSettings Description: JsonSerializerSettings is a class in .NET that allows configuring the behavior of the JsonSerializer, which is used to serialize(...) Read more
- JsonConvert.DeserializeObject Description: JsonConvert.DeserializeObject is a fundamental method in the Newtonsoft.Json library, widely used in the .NET ecosystem for(...) Read more
- JsonConvert.SerializeObject Description: JsonConvert.SerializeObject is a method from the Newtonsoft.Json library, widely used in the .NET ecosystem, that allows converting(...) Read more
- JsonConvert.PopulateObject Description: JsonConvert.PopulateObject is a method from the Newtonsoft.Json library, widely used in the .NET ecosystem for serializing and(...) Read more
- JsonSerializer.Deserialize Description: JsonSerializer.Deserialize is a fundamental method in the realm of serialization in .NET, designed to convert data in JSON format(...) Read more
- JsonSerializer.Serialize Description: JsonSerializer.Serialize is a method from the System.Text.Json library in .NET that allows converting .NET objects into a JSON(...) Read more
- JsonSerializer.Create Description: JsonSerializer.Create is a method that allows creating a new instance of JsonSerializer, a fundamental class in the serialization(...) Read more
- JsonTextReader Description: JsonTextReader is a class that allows reading JSON data from a text reader. This class is part of the Newtonsoft.Json library,(...) Read more
- JsonTextWriter Description: JsonTextWriter is a class that allows writing data in JSON format to a text writer. This class is part of the Newtonsoft.Json(...) Read more
- JsonConvert.DefaultSettings Description: JsonConvert.DefaultSettings is a property of the Json.NET library, used to get or set the default settings for serializing and(...) Read more
- JsonConvert.SerializeXmlNode Description: JsonConvert.SerializeXmlNode is a method from the Newtonsoft.Json library, widely used in the .NET ecosystem, that allows the(...) Read more