geohashdroid icon indicating copy to clipboard operation
geohashdroid copied to clipboard

Rework all WikiUtils calls to use JSON instead of XML

Open CaptainSpam opened this issue 4 months ago • 1 comments

I'm pretty sure JSON either wasn't an option when I originally wrote those, or there was some reason I picked XML instead and it's just stuck around by momentum. This really ought to change; it's a lot easier to debug JSON output, and I don't really need whatever XML has to offer in this respect.

CaptainSpam avatar Aug 24 '25 23:08 CaptainSpam

Update: Everything should be using JSON now, and all looks right as per the MediaWiki API docs, but neither the Geohashing wiki nor my private test wiki are cooperating with my code at the moment. Still working on it.

CaptainSpam avatar Sep 02 '25 07:09 CaptainSpam