brennerm / check-mk-web-api

Python library to talk to the Check_Mk Web API
https://brennerm.github.io/check-mk-web-api/
MIT License
53 stars 26 forks source link

the output of get_hosttags() is NOT valid JSON #28

Open TheBigBear opened 3 years ago

TheBigBear commented 3 years ago

the output of get_hosttags() look much more like python(str) format to me, with the value key pairs being quoted in single quotes.

But valid JSON only has double quotes.

How do I get the check-mk-web-api calls to return or display valid JSON with double quotes? Sorry if I am missing the forrest for the trees here.