❔ How can I read data from file called lang.json
I want to replace "Heller!" with "welcome" from:
5 Replies
1. Read the file with, say,
File.ReadAllTextAsync()
2. Deserialize with System.Text.Json
's JsonSerializer.Deserialize<Class>()
3. ???
4. PROFITThank you Mr./Mrs. Z. I managed to build a solution and it works!
Nice
I got lost at 3.
unclear instructions
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.