parse_json

Function

ArgDescriptionType
dataJson encoded string.string (required)

Description

Parse a JSON string into an object.

Note that when VQL dereferences fields in a dict it returns a Null for those fields that do not exist. Thus there is no error in actually accessing missing fields, the column will just return nil.