Declared in TrackingSystem
Declaration
JObject ExportToJSON(
Object obj
);
Description
Exports the tracking data to a JSON object. This will look at a particular object that may be stored in the database and attempt to export it to a JSON object.
Parameters
Name | Description |
---|---|
obj | The object that was tracked |