From 51bf6b2148c9c2933c021e75dfb16dacff96bdda Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Wed, 17 May 2017 23:50:09 +0700 Subject: [PATCH] Remove single quoted strings in json sample Json standard does not allow single quoted strings. Thus I replace " instead of '. Change-Id: Ifbb9e1a62706dcfa539f12e38eec0f5ca8ae1422 --- api-ref/source/samples/node-set-soft-power-off.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/samples/node-set-soft-power-off.json b/api-ref/source/samples/node-set-soft-power-off.json index 9368bcff34..91c3e2fd2d 100644 --- a/api-ref/source/samples/node-set-soft-power-off.json +++ b/api-ref/source/samples/node-set-soft-power-off.json @@ -1,4 +1,4 @@ { "target": "soft power off", - 'timeout': 300 + "timeout": 300 }