Scott Byers

Results 3 comments of Scott Byers

As usual a MacOs upgrade caused a Vagrant issue for me - this one specifically - and also as usual someone within the community came through and figured out how...

Check for a trailing `,` or attributes not wrapped in quotes... the `http.get` method is pretty picky about proper JSON syntax. I had the same issue until I (finally) found...

Try using a tool to validate your JSON - that was my issue, super picky formatting; no trailing commas, wrap all attribute names in quotes, etc. Try this: https://jsonlint.com/