mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
function
This commit is contained in:
@@ -221,7 +221,7 @@ export default class JSONFunctions {
|
||||
return returnValue as JSONValue;
|
||||
}
|
||||
|
||||
// this funciton serializes JSON with Common Objects to JSON that can be stringified.
|
||||
// this function serializes JSON with Common Objects to JSON that can be stringified.
|
||||
public static serialize(val: JSONObject): JSONObject {
|
||||
const newVal: JSONObject = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user