macadmins / osquery-extension

An osquery extension for endpoint engineers
Apache License 2.0
97 stars 32 forks source link

Serialize to json if the value of puppet facts is slice type #19

Closed zhupeijun closed 2 years ago

zhupeijun commented 2 years ago

If puppet fact value is slice type, also serialize it to json.

Before

[map[DisplayName:Xcode Number_times:0 Path:/Applications/Xcode.app Version:13.2.1]]

After

[{"DisplayName":"Xcode","Number_times":0,"Path":"/Applications/Xcode.app","Version":"13.2.1"}]
hlxwell commented 2 years ago

Looks Great, we had the same issue. please help merge it if possible. appreciate it @grahamgilbert