i trying read contents of json file sitting in github pages repository.
i can navigate , see file contents in browser if specify url.
if use code here: http://www.codeproject.com/tips/397574/use-csharp-to-get-json-data-from-the-web-and-map-i?msg=4615047#xx4615047xx
it claims "just work", doesn't.
all is:
<html><frameset><frame src="url-to-json-file"></frameset></html> how supposed read json file , contents string. using c#?
once json string can processing need in c#.
edit: according rawgithub.com types of urls not used production. need production. how production website read remote json files located on webserver?
thank you
sometimes in github, if wish use code repository, must change url raw.github.com/ or click on raw button , use url.
Comments
Post a Comment