python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it possible to deserialize json string into dynamic object using System.Text.Json?
I am using System.Text.Json package to use the serialization and deserialization.
I can deserialize a json string into an object when the type is explicitly specified like below.
var data = JsonSerial...
Jyina
Votes: 0
Answers: 2
Can't get the desired properties via JsonPath evaluate method
I have a json schema that marks special properties in need of processing and I want to query those via JsonPath.Evaluate.
Here's a part of the schema to illustrate the issue
{
"type": &q...
Pavel Ronin
Votes: 0
Answers: 1
Convert JsonConverter to System.Text.Json to support multiple primitive types and nullable
I am trying to convert this Newtonsoft.Json.JsonConverter to System.Text.Json. However, I was only able to use a single primitive type, say double and even there I cant apply the converter on nullable...
Patola
Votes: 0
Answers: 1