From e10506226abbca14ebe99c987feb155f1253abec Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 28 Oct 2011 14:30:53 +0200 Subject: HTML formatted output possible. --- test/new.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/new.json') diff --git a/test/new.json b/test/new.json index 86da691..235c843 100644 --- a/test/new.json +++ b/test/new.json @@ -1,7 +1,8 @@ { "a": 2, "c": 3, - "daughter": { - "name": "Maruška" + "children": { + "son": "Ivánek", + "daughter": "Maruška" } } -- cgit