Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118518 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 19334 invoked from network); 26 Aug 2022 17:29:13 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Aug 2022 17:29:13 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7939B180505 for ; Fri, 26 Aug 2022 10:29:12 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 26 Aug 2022 10:29:12 -0700 (PDT) Received: by mail-qt1-f182.google.com with SMTP id g14so1749709qto.11 for ; Fri, 26 Aug 2022 10:29:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc; bh=dNosmnfMOCnCx/43/VR9xa5TUchQXl+S9rXCKk06M4M=; b=Z0Egaqvp9XK44+Yn15H5JF4VrD+rGJIU1xnkkrVvaRpgpa3ZvIxxaq+ZGJFy9YKG5p Kti0B74HJwK/FN4CvQ2daxheu262HEL09m7HRwgIpo0DIgc1Qkzkf9lkAW84GlUvbwrN hsWg1HMpUuLh3hd8CToV6+eh14wmuDdepGB6slKDQllYf64flCRVg/wL96sfaw5ro+FQ h0USZMP9/yg6aCK4P+1asIXbT7SfuxyO+JcElELz0GSFezpcV0iU/c3LOCM0/Qq8biNV CQc8fXMYgKwtWZjP/NpwpqFzW7m8ePqX5L9sqPzv6oGtAaZoXSw/8/k+ZzndWtua+ADg i91A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc; bh=dNosmnfMOCnCx/43/VR9xa5TUchQXl+S9rXCKk06M4M=; b=LTplEMv9FLRGoZMUTNabUfP0zyIOMPSYAz4Q/HTZrrkhzBOA7/hVI+EwTgyh17a9A6 dndIimiI425E70RmlxlaxX6de/730BYrzISKkusrtLtaNl8fbSXy4g1/BERu5iqF6XVu n2QjDW0VYI0AU88FWjaNqcPBGV3AYD9f/FIx3UT3y96SeneSBXkiI/b5KJbQSeymOfot g3u+n//uar4LzOlkJuuWHuut3zSg+1JxLswN2GHk5VmeQoI8LdaQtHChbUjTKQGj+YSZ 2WVbv4IjeUBj/4W70aIkEQEPiTVSEw5IqVzPWE7eSl43tp4E9uuugZs0mxKaVbB8xyKc UO8A== X-Gm-Message-State: ACgBeo3J+/d94/f3z5m90VKgUIPBf/WEu8o2doKzgqCFhzaaYqDCTCiw 0+S7UbrnNrAg9C0gOAJKcWpzosTGYpsMYrK16QuqKJSZdTXx/A== X-Google-Smtp-Source: AA6agR760G0aCuBBd8XZq1rmhpgnBdDSaoz5Elb7LdPDs42O3NonFxRsl1EaCpTuWlbgaMSRaWYQwRNOPu2Lm4PjhkE= X-Received: by 2002:ac8:7d50:0:b0:344:64af:d709 with SMTP id h16-20020ac87d50000000b0034464afd709mr630169qtb.639.1661534950062; Fri, 26 Aug 2022 10:29:10 -0700 (PDT) MIME-Version: 1.0 References: <8D53AD5B-7CFC-4820-9EE4-FEB365D327A8@woofle.net> In-Reply-To: Date: Fri, 26 Aug 2022 20:28:59 +0300 Message-ID: To: php internals Content-Type: multipart/alternative; boundary="0000000000007afe7705e728400e" Subject: Re: [PHP-DEV] RFC json_validate() - status: Under Discussion From: tekiela246@gmail.com (Kamil Tekiela) --0000000000007afe7705e728400e Content-Type: text/plain; charset="UTF-8" What is the reasoning behind the name? I can't find it explained in the RFC. What about other alternatives like is_json or validate_json? --0000000000007afe7705e728400e--