Azure / azure-init

A minimal provisioning agent designed for Azure Linux VMs.
MIT License
10 stars 11 forks source link

imds: deserialize response to a structure #82

Closed jeremycline closed 4 months ago

jeremycline commented 4 months ago

Rather than pass the JSON string around to functions, deserialize it to a structure that can be used directly by the caller.