StringTableParser.ParseJsonFile method
Parses a JSON string table file and returns a dictionary of key/value pairs.
public static IReadOnlyDictionary<string, string> ParseJsonFile(string path)
| parameter | description |
|---|---|
| path | The JSON file path to parse. |
Return Value
A dictionary containing parsed key/value pairs.
See Also
- class StringTableParser
- namespace Kestrun.Localization