in reply to Re: Handling special characters in JSON (TFM)
in thread Handling special characters in JSON
(with JSON using JSON::XS).JSON::to_json( ["\x{00e9}"], { 'ascii' => 1 } )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Handling special characters in JSON (TFM)
by tye (Sage) on Dec 16, 2010 at 04:35 UTC |