Dec-30-2016, 08:23 AM
i am looking for (will eventually code it if not found) code to take a string in JSON format so the result is th shortest possible string with the same contents but still valid JSON. might this be possible by using the json module decoder and re-encode it with appropriate options/flags? it doesn't need to look pretty.