Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.123 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.02; 'json': 0.07; 'subject:problems': 0.16; 'url:json': 0.16; 'charset:iso-8859-15': 0.16; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'document.': 0.30; 'writes:': 0.31; 'alone': 0.33; 'received:google.com': 0.35; 'thanks': 0.36; 'url:org': 0.36; 'ben': 0.38; 'from:addr:googlemail.com': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'helping': 0.70; 'right!': 0.84; 'mistake': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=wJZ4tKglgCUA1HkdqGoFg4ZmiKpYbg+z9hMDfwIeJg0=; b=qVNjQIARlN+Hl520+1MKyn+kbGf9l/4HHNm0mfzXLCGvT6s2Ni5md+nRA3FmrsQjqu 5ZnCm78/jzBSkSDP04hMluPi/2JeZuVX/f0JrfEoiGWt/acnRmEJ+T3dWsyRFekIP+kH FFBdxcU4DwG/A7T3wasZEJu7FVgaME5p5MDPcWXG3g1ITbb0iqd+xpde9rh1StDap3md 2J240VdzWv94aA/75lEkxd/1Lc1SCgLZVXey+AA0q9PWAHTnlHDfUy2Zqes/yC1NYvRe yS54iV1qwWXUL2o/Ry8SCnnam+xh0g2UPpzKMmMPWNlNG4P1lRbc/x6U34tnu8FYUnZI KjfQ== X-Received: by 10.14.198.197 with SMTP id v45mr5428601een.9.1400070207477; Wed, 14 May 2014 05:23:27 -0700 (PDT) Date: Wed, 14 May 2014 14:23:25 +0200 From: Tamer Higazi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: problems decoding json objects References: <53732AFB.8080204@googlemail.com> <85a9ak90oi.fsf@benfinney.id.au> In-Reply-To: <85a9ak90oi.fsf@benfinney.id.au> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400070671 news.xs4all.nl 2931 [2001:888:2000:d::a6]:54689 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71549 You are right! It was all alone my mistake which I recently figured out. Thanks for helping me. Tamer Am 14.05.2014 11:20, schrieb Ben Finney: > Tamer Higazi writes: > > That's not a valid JSON document. See . >