show-struct
show-struct copied to clipboard
TypeError: '<' not supported between instances of 'str' and 'int'
Hello, Firstly thanks for the script - I find it very useful hence the request :-)
Given an input of:
{"ansible_python":{"version":{"major":2,"micro":5,"minor":7,"releaselevel":"final","serial":0},"version_info":[2,7,5,"final",0]}}
Is it possible to work around the type comparison being done in this instance?
Many Thanks