Delivery-Date: Sun, 08 Jun 2014 14:56:24 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,
	DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID
	autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by moria.seul.org (Postfix) with ESMTPS id BA1AA1E0AA4
	for <archiver@seul.org>; Sun,  8 Jun 2014 14:56:22 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 0247A2F616;
	Sun,  8 Jun 2014 18:56:21 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 2ED682F6E8
 for <tor-talk@lists.torproject.org>; Sun,  8 Jun 2014 18:50:41 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at eugeni.torproject.org
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id F-rxn9LE5FYt for <tor-talk@lists.torproject.org>;
 Sun,  8 Jun 2014 18:50:41 +0000 (UTC)
Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com
 [IPv6:2607:f8b0:400c:c03::231])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 0A8E12F6C9
 for <tor-talk@lists.torproject.org>; Sun,  8 Jun 2014 18:50:40 +0000 (UTC)
Received: by mail-vc0-f177.google.com with SMTP id lf12so1686030vcb.36
 for <tor-talk@lists.torproject.org>; Sun, 08 Jun 2014 11:50:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=u5tlkGMROnPVizQKA5EWqfRULTzxz0AT6YrBiaS6FGM=;
 b=Wx5c8SNwB663Ku7yDCfkgGAnxdB62F7i9RKWrRvCZimwrOf5AT9jTKUgexxlli9vrA
 5S4/v5xsf0qHcYZwZWZbfCO6p1aLzIrO1u1KWrCsdBapfABIhDEjJ3B81GW4WxfLDBf7
 aY9/jSXXL5yldh0MLVInnUObXsnoKpnvyIDIVmvlvUHm7oWjmSd2/KHeElDzOzL06NDN
 /KElyvvx3tv8ZnbX36OyR3ZVK+LEri7ihifibnNuGAD6dpTeOet7Yir4105lgxlIaodq
 lQt5e6qFMWMT6epm4u23xHHF5ZRirHtLo+r0ds0GP9c9qU+g7G9T9C6hnAiXQjUCY81b
 Oz4g==
MIME-Version: 1.0
X-Received: by 10.220.205.3 with SMTP id fo3mr3620134vcb.57.1402253436321;
 Sun, 08 Jun 2014 11:50:36 -0700 (PDT)
Received: by 10.221.65.198 with HTTP; Sun, 8 Jun 2014 11:50:36 -0700 (PDT)
Date: Sun, 8 Jun 2014 14:50:36 -0400
Message-ID: <CAD2Ti29J3q-m86=ohKpPCuowkM+oeB0U6PyW9xzVmeoFp_ZRYA@mail.gmail.com>
From: grarpamp <grarpamp@gmail.com>
To: tor-talk@lists.torproject.org
Subject: [tor-talk] Onionoo docs JSON parser?
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

https://onionoo.torproject.org/
Is anyone already using a tool to convert these
to multiline tree/hierarchy format?
I'd probably want the first array of objects
vertical, with any further embedded arrays
such as data values horizontal to save space.
Or even further, answer the value of this key of this object.
Like snmp.
I see a few while searching, preferring python, if there's
a defacto 'you want this' all JSON tool with configurable
input/output formats, feel free to suggest.
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

