Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42294 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58953 invoked from network); 16 Dec 2008 15:38:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2008 15:38:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 69.16.228.148 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 69.16.228.148 unknown Linux 2.4/2.6 Received: from [69.16.228.148] ([69.16.228.148:39037] helo=host.fmethod.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/15-30437-16BC7494 for ; Tue, 16 Dec 2008 10:38:09 -0500 Received: from [83.228.56.37] (port=3915 helo=pc) by host.fmethod.com with esmtpa (Exim 4.69) (envelope-from ) id 1LCbzp-00047N-PH for internals@lists.php.net; Tue, 16 Dec 2008 09:38:06 -0600 Message-ID: <349ED2A3AFE542ECABF7CD3A0C332CF1@pc> To: "PHP Developers Mailing List" References: <494698D3.2030801@lerdorf.com> Date: Tue, 16 Dec 2008 17:38:01 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.fmethod.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fmethod.com Subject: Re: [PHP-DEV] json_encode() From: sv_forums@fmethod.com ("Stan Vassilev | FM") >> 1. Document the fact that if you want to strictly conform to the JSON >> spec and be sure your json_encode output will work in various JSON >> parsers, you have to pass it a PHP array or object. > +1 Regards, Stan Vassilev