Ray Dai

Results 2 issues of Ray Dai

when next() being called, it needs to understand it's enclosing environment, which share the same `this` of `this.index`. Otherwise `this.array` is `undefined` and this is {next()(...)}. ![image](https://user-images.githubusercontent.com/4665929/59648610-ff096700-91c2-11e9-9e4a-1efc4f936233.png)

Thanks for coming up with this nice tool! I got the following which has "unable to parse JSON: At 9:10: Unknown token: 9:10 IDENT string" error. ```hcl resource "tfe_oauth_client" "oauth-client"...