Blog: https://microhobby.com.br/blog/
Youtube: https://www.youtube.com/matheusmicrohobby
obs: Is just what I'm hearing these days. I'm just curious to hear what Mr PowerShell would argue.
obs: Is just what I'm hearing these days. I'm just curious to hear what Mr PowerShell would argue.
>>> import json5
>>> json5.loads("{ arch: 'arm64', torizon_arch: 'aarch64' }")
{'arch': 'arm64', 'torizon_arch': 'aarch64'}
but remember you are not doing json!
>>> import json5
>>> json5.loads("{ arch: 'arm64', torizon_arch: 'aarch64' }")
{'arch': 'arm64', 'torizon_arch': 'aarch64'}
but remember you are not doing json!