1
Answer

update only values not keys in json file in c#

Photo of Abhi Chauhan

Abhi Chauhan

4y
572
1
i have a web api in c# on that web api i have a json file. so, i want to update the values of the objects in that json file . how can i do this?

Answers (1)