I can´t see your problem. Zend_Json is using json_encode() and json_decode() if they are existent. If not Zend_Json is using its own encoding (Zend_Json_Encoder) and decoding (Zend_Json_Decoder).
-- Jan -------- Original-Nachricht -------- > Datum: Tue, 6 Jan 2009 12:30:19 +0200 > Von: "mohmmad jarwan" <[email protected]> > An: "Martin Martinov" <[email protected]> > CC: [email protected] > Betreff: Re: [fw-general] JSON in PECL > thank you for replay i take a look to code and it's PEAR and I want to use > PECL if can and if cane how i use it. > > > On Tue, Jan 6, 2009 at 12:23 PM, Martin Martinov <[email protected]> > wrote: > > > 2009/1/6 mohmmad jarwan <[email protected]>: > > > hi list > > > i assume zend framework use JSON in PEAR extinction so, > > > I need to use JSON in PECL extinction not PEAR extinction how can i > do > > that > > > . > > > > > > regard. > > > thank you for help . > > > > > > > > > > > > > Don't assume ;-) > > Just take a look at the source code of the Zend_Json class and you'll > > see what it's using and when. > > > > -- > > Regards, > > Martin Martinov > > http://mmartinov.com/ > > -- Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
