Delegate JsonFilterCallback
JsonFilterCallback delegate
Callback used to preprocess and postprocess json before reading and after writing.
public delegate string JsonFilterCallback(string json);
| Parameter | Type | Description |
|---|---|---|
| json | String | The source json text. |
Return Value
The processed json text.
See Also
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD