Feb. 8, 2020
7:37 a.m.
Hi, I'm trying to read the contents of a Wikipedia article that was exported from there using Wikipedias JSON API. The script I'm trying is: NeoJSONReader fromString:Â 'https://mutabit.com/repos.fossil/pharopedia/doc/tip/docs/wikipedia.org/wiki/...' asUrl retrieveContents utf8Decoded But I get "NeoJSONParseError: invalid input: '". As far as I can tell, the file at [1] seems like valid JSON, as is the one that Wikipedia API exports [1] 'https://mutabit.com/repos.fossil/pharopedia/doc/tip/docs/wikipedia.org/wiki/...' Could anybody point me to a solution? Thanks, Offray