View previous topic :: View next topic |
Author |
Message |
Extrawurst
Joined: 14 Mar 2007 Posts: 41
|
Posted: Thu Apr 28, 2011 11:33 am Post subject: global json paths |
|
|
i am trying to use multiple json paths. but i was not able to do that. i tried to write one path per line in the global options, i tried to seperate them just by ";" and a " " but visualD just seemed to parse the first path in this what seems to be a textbox...
any hints what i am missing ? |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Fri Apr 29, 2011 9:20 am Post subject: Re: global json paths |
|
|
Extrawurst wrote: | i am trying to use multiple json paths. but i was not able to do that. i tried to write one path per line in the global options, i tried to seperate them just by ";" and a " " but visualD just seemed to parse the first path in this what seems to be a textbox...
any hints what i am missing ? |
I just traced this down: a the trailing \ of the default path escapes the ", so the full line is used as a single path. I'm not sure if the escaping makes sense, but for now you can simply remove the trailing backslash from the paths. |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Sat Apr 30, 2011 1:27 am Post subject: |
|
|
I removed the C style escaping from arguments in 0.3.24rc5. |
|
Back to top |
|
|
|