Help with POE::Filter::JSON

2008-10-27 Thread Votava, Craig M (Craig)
Folks- I'm trying to learn how to use POE::Filter::JSON, but am having some problems (none of the input is being un-JSON-ified). Attached is my code so far. Any suggestions or pointers are much appreciated. Thanks -Craig Use this as the contents of the input file (or any

Re: Help with POE::Filter::JSON

2008-10-27 Thread Alex _
are you doing filter-get() anywhere to do the conversion? - Original Message From: Votava, Craig M (Craig) [EMAIL PROTECTED] To: POE Mailing List poe@perl.org Sent: Monday, October 27, 2008 8:54:28 AM Subject: Help with POE::Filter::JSON Folks- I'm trying to learn how to use POE

RE: Help with POE::Filter::JSON

2008-10-27 Thread Votava, Craig M (Craig)
, October 27, 2008 9:26 AM To: Votava, Craig M (Craig); POE Mailing List Subject: Re: Help with POE::Filter::JSON are you doing filter-get() anywhere to do the conversion? - Original Message From: Votava, Craig M (Craig) [EMAIL PROTECTED] To: POE Mailing List poe@perl.org Sent: Monday

Re: Help with POE::Filter::JSON

2008-10-27 Thread David Davis
Your works for me, if there is a \n at the end of the file. Since you are stacking Line and JSON, you need a line feed at the end. The POE::Filter::JSON author, David Davis ☄ Software Engineer http://xant.us/ On Mon, Oct 27, 2008 at 06:54, Votava, Craig M (Craig) [EMAIL PROTECTED] wrote: