Merge branch 'smoot-improve-from_json' of github.com:/stevesmoot/zeek

* 'smoot-improve-from_json' of github.com:/stevesmoot/zeek:
  update baseline for zam
  Update src/zeek.bif
  Change from_json to return an error rather than print it.
This commit is contained in:
Christian Kreibich 2025-05-19 11:04:29 -07:00
commit fdecfba6b4
49 changed files with 49 additions and 70 deletions

View file

@ -1491,6 +1491,7 @@ function from_json_default_key_mapper(s: string): string
type from_json_result: record {
v: any &optional; ##< Parsed value.
valid: bool; ##< True if parsing was successful.
err: string &optional; ## Error string if unsuccessful.
};
# TCP values for :zeek:see:`endpoint` *state* field.