Function
Arg | Description | Type |
---|---|---|
data | Json encoded string. | string (required) |
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.