Table 1236 JSON Buffer in 26
- App
- Base Application
- Namespace
- System.IO
Fields, 7Keys, 1Procedures, 12
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Entry No. | Integer | - |
| 2 | Depth | Integer | - |
| 3 | Token type | Option | - |
| 4 | Value | Text[250] | - |
| 5 | Value Type | Text[50] | - |
| 6 | Path | Text[250] | - |
| 7 | Value BLOB | Blob | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Entry No. | - |
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ReadFromBlob | (FieldRef) | public | - | |
| ReadFromText | (Text) | public | - | |
| FindArray | (var Record JSON Buffer, Text) | Boolean | public | - |
| GetPropertyValue | (var Text, Text) | Boolean | public | - |
| GetPropertyValueAtPath | (var Text, Text, Text) | Boolean | public | - |
| GetBooleanPropertyValue | (var Boolean, Text) | Boolean | public | - |
| GetIntegerPropertyValue | (var Integer, Text) | Boolean | public | - |
| GetDatePropertyValue | (var Date, Text) | Boolean | public | - |
| GetDecimalPropertyValue | (var Decimal, Text) | Boolean | public | - |
| GetValue | () | Text | public | - |
| SetValue | (Text) | public | - | |
| SetValueWithoutModifying | (Text) | public | - |