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)
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
Get Line/Col info from System.Text.Json.JsonElement
I have some 3rd part code that requires a System.Text.Json.JsonElement, but I need to get line numbers for the System.Text.Json.JsonElement objects it passes back to me.
Basically I'm using JsonSchema...
Sprotty
Votes: 0
Answers: 0