Last active
December 2, 2020 00:55
-
-
Save abhimuralidharan/268e7fee3a3a0162e3b575fa95b29bda to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"applinks": { | |
"apps": [], | |
"details": [ | |
{ | |
"appID": “JHGFJHHYX.com.facebook.ios", | |
"paths": [ | |
"*" | |
] | |
} | |
] | |
} | |
} |
JSON is invalid. The first double quote of the appID is a smart quote (“), it should be a normal double quote (").
Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON is invalid. The first double quote of the appID is a smart quote (“), it should be a normal double quote (").