class in Unity.Localization.Providers.FileTables
Implements interfaces:ITableFileReader
The default table file reader, reading table snapshots from JSON.
Reads a ResourceTableData with JsonUtility. It is stateless, so callers
share the single JsonTableReader.Instance. Pair it with JsonResourceProvider, the built-in JSON
FileTableProvider.
Additional resources: ITableFileReader, JsonResourceProvider, ResourceTableData
| Property | Description |
|---|---|
| Instance | The shared stateless reader instance. |