Code: Select all
{
"operationSettings": {
"guidelines": [
{
"standards": {
"thresholdValue": "${first_threshold}"
}
}
]
}
}
Code: Select all
const parsedJson = JSON.parse(json)
console.log(parsedJson)
Code: Select all
{
"operationSettings": {
"guidelines": [
{
"standards": {
"thresholdValue": "${first_threshold}"
}
}
]
}
}
Code: Select all
const parsedJson = JSON.parse(json)
console.log(parsedJson)