Skip to content

Commit

Permalink
Selenium JSON responses seem to be padded with null characters when s…
Browse files Browse the repository at this point in the history
…hort so strip those out before parsing
  • Loading branch information
pdebruic committed Jul 12, 2018
1 parent b0bc459 commit 83ad7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
facade
jsonRead: aString
^JSJsonParser parse: aString
^JSJsonParser parse: (aString copyWithout: Character null)

0 comments on commit 83ad7f2

Please sign in to comment.