Home > Net >  removing a key in json string with N\A value
removing a key in json string with N\A value

Time:02-10

how can I remove a key with N\A value in json string like this in c#

"{"name":{"first":"Robert","middle":"","last":"Smith"},"age":25,"DOB":"-","hobbies":["running","coding","-"],"education":{"highschool":"N\/A","college":"Yale"}}"

CodePudding user response:

  •  Tags:  
  • Related