You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/03/09 11:19:35 UTC

[Bug 59149] Bean Shell not able to parse JSON where some special characters are present in JSON Data(like # \)

https://bz.apache.org/bugzilla/show_bug.cgi?id=59149

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 OS|                            |All
             Status|NEW                         |RESOLVED

--- Comment #1 from Sebb <se...@apache.org> ---
The error message is:

2016/03/08 12:05:02 INFO  - jmeter.util.BeanShellTestElement: Error in my
script Unexpected character (#) at position 0.


The BeanShell script contains:

.
.
import java.io.IOException;
#String jsonString = prev.getResponseDataAsString();

-- 
You are receiving this mail because:
You are the assignee for the bug.