Already handled by OpenILS::Mapper, and has the effect
of making a parsing bug in edi4r worse by causing
question marks in the EDI data to be escaped multiple
times.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19309
dcc99617-32d9-48b4-a31d-
7c20da2025e4
servlet.add_handler("json2edi" ) { |a_string|
File.open('/tmp/ruby_json2edi.tmp', 'w') {|f| f.write(a_string) } # debugging, so we can compare what we rec'd w/ the orig. file
@map = OpenILS::Mapper.from_json(a_string)
- @map.finalize.to_s
+ @map.to_s
}
servlet.add_introspection