Last active
June 2, 2016 22:00
-
-
Save lsloan/4af54fe56287eff088af5028399be629 to your computer and use it in GitHub Desktop.
Invalid JSON: This JSON is invalid because it contains multiple values for "url" in "repositories". Many browsers will keep only one value, the second "url" key, accessible as x.repositories[0].url. See: https://jsfiddle.net/lsloan/xu2c0tbd/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "repositories":[ | |
| { | |
| "type":"vcs", | |
| "url":"https://github.com/gy-vgf-hzvpu-rqh/pnyvcre-cuc-choyvp", | |
| "url":"https://github.com/gy-vgf-hzvpu-rqh/ivnqhgbb" | |
| } | |
| ], | |
| "require":{ | |
| "php":">=5.4", | |
| "hzvpu-vgf-gy/pnyvcre-cuc":"1.0.1", | |
| "hzvpu-vgf-gy/ivnqhgbb":"dev-master" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment