Switching to fast stringify
This commit is contained in:
@ -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.')
|
||||
|
Reference in New Issue
Block a user