Recent content by peacelover

  1. P

    Cannot Iterate through JSON items withing injected JS script

    So I am trying to iterate through JSON items via injected script. And BP is throwing me a syntax error that it is incapable of compiling my code. code: function fillInputs(json){ alert(json[0].Email); } through Invoke I am giving [JSON] variable that has a well structured JSON object which...
Top