event.val return type
Found that in the old json retrieve API extracted val was natively converted to the value (of any type) or a Python list
of the type.
Now, the ArchiverEvent
value returns google.protobuf.pyext._message.RepeatedScalarContainer
in the case of array/waveform type.
It could be beneficial if conversion to native list
is done at return.