Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'json': 0.07; 'subject:ANN': 0.07; 'url:github': 0.09; 'distinct': 0.16; 'to:addr:python-announce-list': 0.16; 'to:name:python list': 0.16; 'trying': 0.19; 'this:': 0.26; 'to:2**1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'that.': 0.31; 'too.': 0.31; '(maybe': 0.31; 'file': 0.32; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'useful': 0.36; 'to:addr:python-list': 0.38; 'anything': 0.39; 'subject:[': 0.39; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'hope': 0.61; 'containing': 0.69 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=SsusG3LUnu6VvIX2bmGFAIHkeJd0+w7cWBN6ucRnajY=; b=iaxNvnh36qMBnmsPcwb4ieDQmiAjOH5THrZ7WECPBDZKT8jKBn9S2+F4sw9KxANYdJ a+R7CuzN4GUBdoIUWOysa9Vqk7wTtgJSIlCp3W3vZH65yiXDrtygWbEyfNzMNOE9UjoB bV5BkTObtHBN0ZYs52v4dV/Vf79+0GfSEIhmuZJXY140gy++zwPdS8OXIF5pSxnPQ003 VeZLjclpdrmtvGsXCqMcJh0S8Nba2JG8vsULXkg8TvWVvI8f4T/zy4V3pKxFblxtgf+3 RVQzMKv8N3HT1w6cl6FDA1Rbc552V83jZOP+w883z/CBBCk2/URGRyah+5Wf0vszPIn1 lNaw== MIME-Version: 1.0 X-Received: by 10.66.119.74 with SMTP id ks10mr56250919pab.179.1373902919903; Mon, 15 Jul 2013 08:41:59 -0700 (PDT) Date: Mon, 15 Jul 2013 11:41:59 -0400 Subject: [ANN]:JSONStream From: Sol Toure To: python-announce-list@python.org, Python List Content-Type: multipart/alternative; boundary=047d7b0722ee7f31bf04e18eb304 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373902922 news.xs4all.nl 15992 [2001:888:2000:d::a6]:48071 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50692 --047d7b0722ee7f31bf04e18eb304 Content-Type: text/plain; charset=UTF-8 I was trying to process a large file containing a number of distinct JSON object as a stream, but I couldn't find anything readily available to that. (maybe I didn't search hard enough) So I came up with this: https://github.com/qrtz/JSONStream I hope you find it useful too. --047d7b0722ee7f31bf04e18eb304 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I was trying to process a large file containing a num= ber of distinct JSON object as a stream, but I=C2=A0 couldn't find anyt= hing readily available to that. (maybe I didn't search hard enough)
=
So I came up with this:
I hope yo= u find it useful too.
--047d7b0722ee7f31bf04e18eb304--