Tag Archives: Format

Powershell: Convert Hex to Int type

Hi,

short post today. Topic: convert a hex string to an integer type.
Continue reading Powershell: Convert Hex to Int type

Advertisment to support michlstechblog.info

JSON: Formatting a Json readable

Hi,

if you have a unformated json expression like

{"Metallica": "Thrash", "GraveDigger": "Power","Kataklsym":"Death"}

and want to format it readable you could use the python module json.tool
Continue reading JSON: Formatting a Json readable