Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79643 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54402 invoked from network); 14 Dec 2014 19:50:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2014 19:50:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 198.187.29.245 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 198.187.29.245 imap11-3.ox.privateemail.com Received: from [198.187.29.245] ([198.187.29.245:47264] helo=imap11-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/B1-45071-1F9ED845 for ; Sun, 14 Dec 2014 14:50:09 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 286638800D5; Sun, 14 Dec 2014 14:50:06 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KmB0H1pyiqCZ; Sun, 14 Dec 2014 14:50:05 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 261F588000A; Sun, 14 Dec 2014 14:50:04 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <9B12C735-D384-42B1-9AE8-7E649D8C0F66@googlemail.com> Date: Sun, 14 Dec 2014 19:50:03 +0000 Cc: Jakub Zelenka , Remi Collet , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <543A1CB9.9040205@fedoraproject.org> <5487EB7C.7040708@fedoraproject.org> <9B12C735-D384-42B1-9AE8-7E649D8C0F66@googlemail.com> To: "Kevin Ingwersen (Ingwie Phoenix)" X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] PHP 7 and json From: ajf@ajf.me (Andrea Faulds) Hi Kevin, > On 14 Dec 2014, at 19:46, Kevin Ingwersen (Ingwie Phoenix) = wrote: >=20 > I don=E2=80=99t know if you are interested in some other open source = projects that parse JSON, but have you looked at the decoder here? >=20 > https://github.com/vstakhov/libucl = >=20 > It can parse more than just the JSON format - but it has some JSON = benchmarks attached and works really well - and is plain C. That isn=E2=80=99t a JSON parser, it parses its own format which seems = to be a superset of JSON. Also, we really need something custom-tailored to PHP=E2=80=99s needs = (i.e. produces PHP types). Thanks. -- Andrea Faulds http://ajf.me/