From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AC601382C5 for ; Sat, 6 Jun 2020 04:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE158E091A; Sat, 6 Jun 2020 04:17:59 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6831FE0863 for ; Sat, 6 Jun 2020 04:17:58 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F224F2400FB for ; Sat, 6 Jun 2020 06:17:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1591417075; bh=obE/hW+0OpCAOJxwK9aSGNC6EMMVovD7dAcvVqM1Qf4=; h=Date:From:To:Subject:From; b=ZoAWjbUscvMXfDKmfpCp5PgAb7OME6KigfdgsXEqxYjtOIFajXSQqFqr5d+XcxEFb DBcfSF1QJf53jZAup7FdKROHHAqP2ytu4VqrVVLWaEqnJy/3YncdKaSpYrdw5TtDuS TxcqjYIu2lBrl0JRwO7kvMeHkI3huSXT+g+Imkhw8oDDSM8NUhrH0xLEc1DvAKpYcr 3DwKad1U2Tg9ExHy+/ZMnHpg13yQQ/jy+xcjWeL56yZYg6r4AYerrU0r8YizHyiJGL mG2x6TPj/kcRnAu0my3ekOi4vcQevVxPYu4V8tGrxEgX4MBe4hRgKx52PxCgPgjro1 ASDHtT7Y3C9iA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49f5pT5Y1jz6tmG for ; Sat, 6 Jun 2020 06:17:53 +0200 (CEST) Date: Sat, 6 Jun 2020 06:17:53 +0200 From: tuxic@posteo.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Got a json file from YouTube... Message-ID: <20200606041753.x3eq34bs27zgbc76@solfire> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <20200605172632.aabva7hjss5bnpbv@solfire> <20200606032900.vwu3tdmuzzecoagf@grusum.endjinn.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200606032900.vwu3tdmuzzecoagf@grusum.endjinn.de> X-Archives-Salt: 52ef9ced-a8bb-45a4-9a2c-3a822066d5a9 X-Archives-Hash: 9907e8893470777d630e3b1c4d0c524e On 06/06 05:29, David Haller wrote: > Hello, > > On Fri, 05 Jun 2020, tuxic@posteo.de wrote: > >Is there something in portage, which is recommended to > >reformat/display this json-input into something more > >readable...? > > json_pp from dev-lang/perl which you should already have > installed ;) Example usage: > > $ json_pp < some.json | less > > HTH, > -dnh > > -- > A mouse is a device used to focus xterms. > Hi, thanks a lot ! Both application will help me a lot! :) Cheers! Meino