From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 684582B680 for ; Thu, 13 Sep 2018 11:30:42 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HBjyBMDuzIQV for ; Thu, 13 Sep 2018 11:30:42 -0400 (EDT) Received: from smtp20.mail.ru (smtp20.mail.ru [94.100.179.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id AAF442B6EE for ; Thu, 13 Sep 2018 11:30:41 -0400 (EDT) Date: Thu, 13 Sep 2018 18:23:07 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] json: added options to json.encode() Message-ID: <20180913152307.4arlhpaq5ywsakrn@tarantool.org> References: <693ca18f728ee462e28861841004ff77bf62bfb5.1531010828.git.roman.habibov1@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <693ca18f728ee462e28861841004ff77bf62bfb5.1531010828.git.roman.habibov1@yandex.ru> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org Hello, On 08 июл 03:57, Roman Khabibov wrote: > Added an ability to pass encoder options to json.encode(). > > Closes: #2888. I've checked your updated patch into 1.10 branch. -- Regards, Kirill Yukhin