From d318b8a058868d12bb81835e559390cbdf69536f Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Tue, 30 Aug 2016 16:55:35 +0700 Subject: [PATCH] add dummy value in json --- views/index.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/views/index.json b/views/index.json index f0bcafb..aabfdf7 100644 --- a/views/index.json +++ b/views/index.json @@ -1 +1,5 @@ -{json_string} +{ +{for balance in balances}"{balance.title}": {balance.balance}, +{/for} +"_END": 0 +} -- 1.9.0