Re: New Sandbox Component Proposal: Commons JSON

2009-05-17 Thread Christian Grobmeier
>>> As a commons committer, you can start things in the sandbox without a >>> formal >>> vote.  You should probably execute a grant for the stuff done outside the >>> ASF.  Does Yonik have sandbox karma?  If not, just ask.  Happy hacking! Great to hear! Just wanted to ask before bringing stuff in!

Re: New Sandbox Component Proposal: Commons JSON

2009-05-16 Thread Matt Benson
--- On Sat, 5/16/09, Phil Steitz wrote: > From: Phil Steitz > Subject: Re: New Sandbox Component Proposal: Commons JSON > To: "Commons Developers List" > Date: Saturday, May 16, 2009, 7:24 AM > Henri Yandell wrote: > > On Fri, May 15, 2009 a

Re: New Sandbox Component Proposal: Commons JSON

2009-05-16 Thread Phil Steitz
Henri Yandell wrote: On Fri, May 15, 2009 at 6:44 PM, Phil Steitz wrote: Christian Grobmeier wrote: Dear Commons-Folks, Yonik Seeley and I propose the creation of a new Sandbox component within Apache Commons. We would like to name it Commons JSON since it should deal with everything

Re: New Sandbox Component Proposal: Commons JSON

2009-05-15 Thread Henri Yandell
On Fri, May 15, 2009 at 6:44 PM, Phil Steitz wrote: > Christian Grobmeier wrote: >> >> Dear Commons-Folks, >> >> Yonik Seeley and I propose the creation of a new Sandbox component >> within Apache Commons. We would like to name it Commons JSON since it >> should deal with everything around JSON. >

Re: New Sandbox Component Proposal: Commons JSON

2009-05-15 Thread Phil Steitz
Christian Grobmeier wrote: Dear Commons-Folks, Yonik Seeley and I propose the creation of a new Sandbox component within Apache Commons. We would like to name it Commons JSON since it should deal with everything around JSON. Yonik did already implement a JSON-Parser in Apache Labs name Noggit:

Re: New Sandbox Component Proposal: Commons JSON

2009-05-13 Thread Christian Grobmeier
Matt, > Cool--note that ANTLR 3 is designed to be much faster than ANTLR 2 IIRC. I read about ANTLR and checked out examples and faq and such. ANTLR feels very mighty to me, and it urges me to create an php parser with it one day :-) However - ANTLR great stuff but I am thinking that I don't nee

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Mohammady Mahdy
> > From: Christian Grobmeier > > Subject: Re: New Sandbox Component Proposal: Commons JSON > > To: "Commons Developers List" > > Date: Thursday, April 30, 2009, 2:25 PM > > Matt, > > > > > I don't know about folks you (or I) know face-to

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Matt Benson
--- On Thu, 4/30/09, Christian Grobmeier wrote: > From: Christian Grobmeier > Subject: Re: New Sandbox Component Proposal: Commons JSON > To: "Commons Developers List" > Date: Thursday, April 30, 2009, 2:25 PM > Matt, > > > I don't know about folk

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Christian Grobmeier
Matt, > I don't know about folks you (or I) know face-to-face, but I know that > several ASF committers and members have popped up around the ANTLR lists over > the years, including, off the top of my head, myself, Torsten, O.Ziegermann, > H.L. Ship, and probably others.  I personally am quite

RE: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Gary Gregory
> -Original Message- > From: Matt Benson [mailto:gudnabr...@yahoo.com] > Sent: Thursday, April 30, 2009 8:59 AM > To: Commons Developers List > Subject: Re: New Sandbox Component Proposal: Commons JSON > > > > > --- On Thu, 4/30/09, Christian Grobmeier

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Matt Benson
--- On Thu, 4/30/09, Christian Grobmeier wrote: > From: Christian Grobmeier > Subject: Re: New Sandbox Component Proposal: Commons JSON > To: "Commons Developers List" > Date: Thursday, April 30, 2009, 9:55 AM > > Why do you consider a dependency > on Antlr

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Christian Grobmeier
> Why do you consider a dependency on Antlr a negative (the runtime is 148k), > JSON is a formally defined language after all. I don't know a person face to face who actually can handle antlr. Its a cool tool, but if you need to create a patch for your json lib, it can be hell. Plain java is unde

RE: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Gary Gregory
tween components and fix bugs :) Gary > -Original Message- > From: Christian Grobmeier [mailto:grobme...@gmail.com] > Sent: Thursday, April 30, 2009 6:43 AM > To: Commons Developers List > Subject: Re: New Sandbox Component Proposal: Commons JSON > > Hi Jörg, >

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Christian Grobmeier
Hi Jörg, thanks for asking! >> I would like to add: >> - no dependencies! >> - Creates JSON Strings of Objects and vice versa > > ... and a bit more on the mapping this mechanism. Basically you have a JSONValue which can be JSONString, JSONNumber etc. If you call toJSON at this object, you'll ge

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Yonik Seeley
On Thu, Apr 30, 2009 at 9:08 AM, Jörg Schaible wrote: > Christian Grobmeier wrote at Donnerstag, 30. April 2009 13:10: >> - Streaming API (StAX/pull-parser like) for both easy and efficient >> parsing > > Shall this solution actually act as StAX XMLReader/XMLWriter or do you use > this API simply

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Jörg Schaible
Hi Christian, Christian Grobmeier wrote at Donnerstag, 30. April 2009 13:10: > Dear Commons-Folks, > > Yonik Seeley and I propose the creation of a new Sandbox component > within Apache Commons. We would like to name it Commons JSON since it > should deal with everything around JSON. > > Yonik

New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Christian Grobmeier
Dear Commons-Folks, Yonik Seeley and I propose the creation of a new Sandbox component within Apache Commons. We would like to name it Commons JSON since it should deal with everything around JSON. Yonik did already implement a JSON-Parser in Apache Labs name Noggit: http://svn.apache.org/repos/a