Remove single quoted strings in json sample
Json standard does not allow single quoted strings. Thus I replace " instead of '. Change-Id: Ifbb9e1a62706dcfa539f12e38eec0f5ca8ae1422
This commit is contained in:
parent
20dba3fb88
commit
51bf6b2148
@ -1,4 +1,4 @@
|
||||
{
|
||||
"target": "soft power off",
|
||||
'timeout': 300
|
||||
"timeout": 300
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user