Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE77318E17 for ; Mon, 15 Jun 2015 21:38:45 +0000 (UTC) Received: (qmail 63169 invoked by uid 500); 15 Jun 2015 21:38:45 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 63140 invoked by uid 500); 15 Jun 2015 21:38:45 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 63128 invoked by uid 99); 15 Jun 2015 21:38:44 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 21:38:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8A358182811 for ; Mon, 15 Jun 2015 21:38:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id vMNXY1WYjaUj for ; Mon, 15 Jun 2015 21:38:36 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id DBB724547F for ; Mon, 15 Jun 2015 21:38:35 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id EC12020F8A7E for ; Mon, 15 Jun 2015 14:38:35 -0700 (PDT) Date: Mon, 15 Jun 2015 14:18:08 -0700 (PDT) From: olegkon To: users@flex.apache.org Message-ID: <1434403088133-10591.post@n4.nabble.com> In-Reply-To: References: <1434029271403-10566.post@n4.nabble.com> <1434047219825-10570.post@n4.nabble.com> <1434141699945-10579.post@n4.nabble.com> <1434383311530-10585.post@n4.nabble.com> Subject: Re: Adding JS graph to Flex project MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Yes, that worked for me too with: var jsonStr:Sting = JSON.stringify(employees, null, 4); But in reality my value object is much more complex and includes ArrayCollection children and some boolean (so it fails to work). Is there a way to customize that conversion function to stringify ArrayCollection - encode it into a string? And if I try to debug it, it fails with source not found. How can I add a Flex 4.6 source into FB4.5.1? Please advise. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Fwd-Adding-JS-graph-to-Flex-project-tp10537p10591.html Sent from the Apache Flex Users mailing list archive at Nabble.com.