From: Dejan Dimic Date: 2008-12-23T06:26:32+09:00 Subject: Re: LibXML::XML to json in ruby On Dec 22, 7:59 pm, Victor wrote: > Hi > > Does anyone aware of any ruby code, gem or plugin available to convert > LibXML::XML object to json? > > Thanks in advance, > > Victor Perhaps you can use xml.to_s and then to_json or Hash.create_from_xml and then to_json