There are tools like jo[1] which will encode output of shell commands into json.
As for native shell support for structured data, Powershell is probably the best implementation.
In Powershell objects can be piped to other commands and they can be serialized to json, xml,
csv, and even html [2]
As for native shell support for structured data, Powershell is probably the best implementation. In Powershell objects can be piped to other commands and they can be serialized to json, xml, csv, and even html [2]
[1] https://github.com/jpmens/jo [2] https://docs.microsoft.com/en-us/powershell/module/microsoft...