json table storage: one physical *.json file contains the table schema plus all row data. writes are atomic (temp file + replace) to avoid corrupting the table file on crash.
JsonTableStore
01 Syntax
JSql.Storage.JsonTableStore
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ConvertJsonElement | 1 | system.text.json deserializes object values as boxed JsonElement, unpack them into plain clr scalars here. |
| Read | 1 | |
| Write | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| FormatName | 1 | |
| FileExtension | 1 |
04 Members
ConvertJsonElement(
Object)system.text.json deserializes object values as boxed JsonElement, unpack them into plain clr scalars here.
FormatName
FileExtension
Read(
String)Write(
String, StoredTable)