Switching to fast stringify

This commit is contained in:
Chase Tucker
2025-06-30 11:39:40 -07:00
parent da208b2908
commit 8415e99055

View File

@ -2174,7 +2174,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL)
// Create the _class property for this resource.
SRP_JSON(objJSONScan, 'SetValue', '_class', 'resource')
end
jsonScan = SRP_JSON(objJSONScan, 'Stringify', 'Styled')
jsonScan = SRP_JSON(objJSONScan, 'Stringify', 'Fast')
SRP_JSON(objJSONScan, 'Release')
end else
Error_Services('Add', 'Unable to create JSON representation in the ' : Service : ' service.')