From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dor5c-0004aN-8F for guix-patches@gnu.org; Mon, 04 Sep 2017 09:08:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dor4k-0004EB-H8 for guix-patches@gnu.org; Mon, 04 Sep 2017 09:06:55 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dor4k-0004E1-DJ for guix-patches@gnu.org; Mon, 04 Sep 2017 09:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dor4k-0000Bm-6X for guix-patches@gnu.org; Mon, 04 Sep 2017 09:06:02 -0400 Subject: [bug#28251] [PATCH 3/3] import: Add JSON importer. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170827160046.29049-1-rekado@elephly.net> <20170827160046.29049-3-rekado@elephly.net> Date: Mon, 04 Sep 2017 15:04:37 +0200 In-Reply-To: <20170827160046.29049-3-rekado@elephly.net> (Ricardo Wurmus's message of "Sun, 27 Aug 2017 18:00:46 +0200") Message-ID: <87r2vm3996.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 28251@debbugs.gnu.org Ricardo Wurmus skribis: > * guix/scripts/import/json.scm: New file. > * guix/scripts/import.scm (importers): Add json. With a bit of doc, this looks all good! Ludo'.