From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 15223 invoked from network); 27 Apr 2022 20:39:50 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 27 Apr 2022 20:39:50 -0000 Received: from knopi.disroot.org ([178.21.23.139]) by 9front; Wed Apr 27 16:38:20 -0400 2022 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 226EC42AD6 for <9front@9front.org>; Wed, 27 Apr 2022 22:38:14 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l8Uj23X5x-ho for <9front@9front.org>; Wed, 27 Apr 2022 22:38:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1651091892; bh=1eOQOFhpvz0Ti56G052tMueWh120iwDtDt0I75TZ60U=; h=Subject:To:References:From:Date:In-Reply-To; b=Lknvwg8fuLfRw2LSMW/En2itD0YjLuzUbST69esTwqEWpjneHmUA7Z/RLbpG2ehrs aeqohitQ8EVd1BOiP0oySNbzwGMdsakDqOVEdJW6VVbZUIEyR2KG1LCE76iryFiics Rr2AVFrsK//x9baMiz94QIcVGEvjTusDHzwQJYbmJ4+b8yF0AMCfB+0idlP/G/T/bI wydohHOQEzLztHj7qNkoDm/nVu8n+JHamKgRuwWyfNyqJWV1JZOuGsEWre6fdBOTiB EDJ4nkavOACuuuLeA0KZpL7Yq8RYh5Y1ffNhJgpfDeT8w6FoQvJ3RKWx1tb0Fz+Ppc 3tmZcdCOvJWsA== To: 9front@9front.org References: <538a0b5c-ec13-415d-6084-826f34c9fa83@disroot.org> From: =?UTF-8?Q?Jacobo_Da_Riva_Mu=c3=b1oz?= Message-ID: <8cc7bfed-c989-1ce8-e689-1b57296351d2@disroot.org> Date: Wed, 27 Apr 2022 22:38:11 +0200 Mime-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: full-stack just-in-time markup CSS controller Subject: Re: [9front] Question about parsing a json file Reply-To: 9front@9front.org Precedence: bulk Sorry but, how can I find your contrib? Yes, maybe i'll need a parser in C El 27/4/22 a las 21:33, Steve Simon escribi=C3=B3: > i think parsing arbitary json reliably in rc would be very hard. it is = fairly straightforward in c. i wrote a simple parser (in my contrib) with= a beautifier as a sample app; thought that is not what you asked for=E2=80= =A6 > > -Steve > > >> On 27 Apr 2022, at 7:44 pm, Jacobo Da Riva Mu=C3=B1oz wrote: >> >> =EF=BB=BFHi!! >> >> I started a 'little' rc program to read and post beeps to Mastodon. My= idea is to create a simple but functional program. I'm not a developer, = I'm a devops, but I think this is a good idea to start developing on 9fro= nt. The main problem is How can a json file be parsed in rc? Does anyone = have an idea how to fix this? Any experience will be welcome. >> >> Regards >> >>