JsonTableReader
The default table file reader, reading table snapshots from JSON.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.Localization.Providers.FileTables
- Assembly: UnityEngine.LocalizationRuntimeModule
- Implements: ITableFileReader
public sealed class JsonTableReader : ITableFileReader
Remarks
Reads a ResourceTableData with JsonUtility. It is stateless, so callers share the single JsonTableReader.Instance. Pair it with JsonResourceProvider, the built-in JSON FileTableProvider.
Static Fields
Value | Description |
|---|---|
| Instance | The shared stateless reader instance. |