deserializing json with hebrew letters deserializing json with hebrew letters json json

deserializing json with hebrew letters


open the file Substitutes.json in notepad and save it with UTF-8 encoding, I tested it, after save it with ANSI or UTF-16 its not working


Check the encoding of your file.Then read it:

var json = File.ReadAllText("path_to_file", "file_encoding");